Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rrekhi1 authored Jun 27, 2024
1 parent 90d656f commit ebfbc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Release to Maven repo
if: success() # Only run if previous steps were successful
run: |
mvn -P release -Dgpg.keyname=${{ secrets.GPG_KEY_NAME }} \
mvn -Dgpg.keyname=${{ secrets.GPG_KEY_NAME }} \
-Dgpg.passphrase=${{ secrets.MAVEN_SIGNING_KEY_PASSPHRASE }} \
-Drevision=${{ steps.calculate-version.outputs.version-string }} deploy
env:
Expand Down

0 comments on commit ebfbc79

Please sign in to comment.