Skip to content

Commit

Permalink
Update maven-publish-ossrh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 authored Aug 20, 2024
1 parent a734656 commit 1bc90c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish-ossrh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Publish to OSSRH
run: chmod +x ./mvnw && ./mvnw --batch-mode deploy -Prelease
run: mvn --batch-mode deploy -Prelease
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 1bc90c0

Please sign in to comment.