Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed May 18, 2024
1 parent ef9d4c2 commit 2c797ac
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 @@ -15,7 +15,7 @@ jobs:
distribution: 'zulu'
java-version: 21
- name: Release build
run: ./gradlew assembleRelease -x :app:assembleRelease
run: ./gradlew assembleRelease -x :sample:assembleRelease
- name: Publish to MavenCentral
run: ./gradlew publishToMavenCentral
env:
Expand Down

0 comments on commit 2c797ac

Please sign in to comment.