Skip to content

Commit 1f976bc

Browse files
committedMar 12, 2025·
Fix KMMBridge tasks
1 parent ac37f75 commit 1f976bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Publish"
4141
shell: sh
4242
run: |
43-
sh gradlew kmmBridgePublish publishAllPublicationsToGitHubPackagesRepository \
43+
sh gradlew publishKotlinMultiplatformPublicationToGitHubPackagesRepository publishAndroidDebugPublicationToGitHubPackagesRepository publishAndroidReleasePublicationToGitHubPackagesRepository kmmBridgePublish \
4444
-PGITHUB_ARTIFACT_RELEASE_ID=${{ steps.devrelease.outputs.id }} \
4545
-PENABLE_PUBLISHING=true \
4646
-PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} \

0 commit comments

Comments
 (0)