Skip to content

Commit

Permalink
Fix source jar task name in publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed May 29, 2021
1 parent accfc22 commit 9131d7d
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 @@ -19,7 +19,7 @@ jobs:
SIGNING_SECRET_KEY_RING_FILE: ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
run: sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"
- name: Release build and source jar generation
run: ./gradlew assembleRelease assembleSourcesJar -x :app:assembleRelease
run: ./gradlew assembleRelease androidSourcesJar -x :app:assembleRelease
- name: Publish to MavenCentral
run: ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
env:
Expand Down

0 comments on commit 9131d7d

Please sign in to comment.