Skip to content

Commit

Permalink
Unifying OSSRH and OSSH so that we have a single set of tokens (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored and sazzad16 committed Jan 27, 2024
1 parent 6a75e87 commit cfa803e
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 cfa803e

Please sign in to comment.