Skip to content

Commit

Permalink
Unifying OSSRH and OSSH so that we have a single set of tokens (redis…
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Jan 1, 2024
1 parent fc68b11 commit 93fa07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
mvn --no-transfer-progress \
--batch-mode \
-Dgpg.passphrase='${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}' \
-Dgpg.passphrase='${{ secrets.OSSH_GPG_SECRET_KEY_PASSWORD }}' \
-DskipTests deploy -P release
env:
MAVEN_USERNAME: ${{secrets.OSSH_USERNAME}}
Expand Down

0 comments on commit 93fa07e

Please sign in to comment.