Skip to content

Feat/kmp publish

Feat/kmp publish #5

Workflow file for this run

name: Publish KMP Library
on:
pull_request:
types: [closed]
branches: [feat/test-kmp-publish]
paths:
- 'mobile/kmp/**'
jobs:
publish:
if: github.event.pull_request.merged == true
runs-on: macos-15
steps:
- uses: atls/shared/.github/actions/publish/kmp@feat/kmp-lib-publish
with:
appId: ${{ vars.ATLANTIS_SUPER_BOT_APP_ID }}
appSecret: ${{ secrets.ATLANTIS_SUPER_BOT_PRIVATE_KEY }}
workingDirectory: mobile/kmp
githubToken: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.sha }}
gradleArguments: :ui:publishKotlinMultiplatformPublicationToGitHubPackagesRepository