Skip to content

Commit

Permalink
Use the signReleasePublication task
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Sep 19, 2023
1 parent 73be77b commit 63cf359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
run: ./gradlew -Psonatype -Pversion=${{ github.event.release.tag_name }} clean build -x test sign
run: ./gradlew -Psonatype -Pversion=${{ github.event.release.tag_name }} clean build -x test signReleasePublication

0 comments on commit 63cf359

Please sign in to comment.