Skip to content

Commit

Permalink
Fix Gradle task name.
Browse files Browse the repository at this point in the history
  • Loading branch information
airxnoor committed May 8, 2024
1 parent 5663a36 commit c0987ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
runsOn: "macOS-14"
jvmVersion: 17
versionBaseProperty: LIBRARY_VERSION
publishTask: kmmBridgePublish publishToGitHubPackagesRepository
publishTask: kmmBridgePublish publishAllPublicationsToGitHubPackagesRepository
secrets:
gradle_params: -PGITHUB_PUBLISH_USER=${{ secrets.GITHUB_ACTOR }} -PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} -PGITHUB_REPO=https://github.com/Airthings/KmpLog.git

0 comments on commit c0987ad

Please sign in to comment.