Skip to content

Commit

Permalink
Disable native/ios builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Vodes committed Dec 15, 2024
1 parent 6157c77 commit 74b492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
JAVA_HOME: ${{ steps.setup-java.outputs.path }}
run: |
chmod u+x ./gradlew
./gradlew publishAllPublicationsToStyxRepository -Pversion=${{ env.SNAPSHOT_COMMIT }} -Dorg.gradle.parallel=false --stacktrace --no-configuration-cache
./gradlew publishDesktopPublicationToStyxRepository publishAndroidReleasePublicationToStyxRepository -Pversion=${{ env.SNAPSHOT_COMMIT }} -Dorg.gradle.parallel=false --stacktrace --no-configuration-cache

0 comments on commit 74b492f

Please sign in to comment.