Skip to content

Commit b840f22

Browse files
authored
Deploy in GitHub Actions with semantic versioning (#87)
1 parent fda9236 commit b840f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
run: |
5757
mvn -Dmaven.test.skip=true -P release -Drevision=${{ steps.gitversion.outputs.semVer }} deploy
5858
env:
59-
MVN_CENTRAL_USERNAME: ${{ vars.OSSRH_USERNAME }}
59+
MVN_CENTRAL_USERNAME: ${{ secrets.OSSRH_USERNAME }}
6060
MVN_CENTRAL_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
6161
MVN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)