Skip to content

Commit

Permalink
Improve publishing task
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikvaa committed Oct 25, 2024
1 parent e3cea1e commit 33f733e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
uses: ./.github/actions/kmmbridge-print-version

- name: "Publish"
with:
jvmVersion: 17
run: |
./gradlew kmmBridgePublish \
./gradlew kmmBridgePublish publishAllPublicationsToGitHubPackagesRepository \
-PENABLE_PUBLISHING=true \
-PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} \
-PGITHUB_REPO=${{ github.repository }} \
--no-daemon --info --stacktrace
-PGITHUB_REPO=https://github.com/Airthings/KmpLog.git

0 comments on commit 33f733e

Please sign in to comment.