Skip to content

Commit

Permalink
ci: Fix incorrect envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed May 30, 2024
1 parent fc3fb0d commit 2af6590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.OSS_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGNING_PASSWORD }}
run: |
OSS_USERNAME=$OSS_USERNAME OSS_PASSWORD=$OSS_PASSWORD
MAVEN_USERNAME=$MAVEN_USERNAME MAVEN_PASSWORD=$MAVEN_PASSWORD
MAVEN_GPG_PASSPHRASE=$MAVEN_GPG_PASSPHRASE
mvn --no-transfer-progress --batch-mode deploy -P release-sign-artifacts

0 comments on commit 2af6590

Please sign in to comment.