We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda9236 commit b840f22Copy full SHA for b840f22
.github/workflows/release-maven-central.yml
@@ -56,6 +56,6 @@ jobs:
56
run: |
57
mvn -Dmaven.test.skip=true -P release -Drevision=${{ steps.gitversion.outputs.semVer }} deploy
58
env:
59
- MVN_CENTRAL_USERNAME: ${{ vars.OSSRH_USERNAME }}
+ MVN_CENTRAL_USERNAME: ${{ secrets.OSSRH_USERNAME }}
60
MVN_CENTRAL_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
61
MVN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments