Skip to content

Commit

Permalink
try to fix 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eiennohito committed Jun 8, 2022
1 parent c026fda commit b3ae541
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 @@ -27,5 +27,5 @@ jobs:
MAVEN_USER_PASSWORD: ${{ secrets.MAVEN_USER_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
MAVEN_GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
run: ./gradlew --no-daemon --info --stacktrace publish publishToSonatype closeAndReleaseSonatypeStagingRepository
run: ./gradlew --no-daemon --info --stacktrace sign publishToSonatype closeAndReleaseSonatypeStagingRepository
if: env.MAVEN_USERNAME != ''

0 comments on commit b3ae541

Please sign in to comment.