Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
Changed format for gpg-passphrase
  • Loading branch information
xomiamoore authored Feb 7, 2024
1 parent e46b05c commit f97ce54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
java-version: 17
gpg-private-key: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}
gpg-passphrase: MAVEN_CENTRAL_GPG_PASSPHRASE
gpg-passphrase: ${{ secrets.MAVEN_CENTRAL_GPG_PASSPHRASE }}
- name: Deploy SNAPSHOT / Release
uses: camunda-community-hub/[email protected]
with:
Expand Down

0 comments on commit f97ce54

Please sign in to comment.