We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b534d commit 8ba49eaCopy full SHA for 8ba49ea
.github/workflows/ci.yaml
@@ -96,10 +96,6 @@ jobs:
96
97
- name: Publish to the Maven Central Repository
98
run: mvn --no-transfer-progress --batch-mode deploy
99
- env:
100
- MAVEN_USERNAME: ${{ env.MAVEN_USERNAME }}
101
- MAVEN_CENTRAL_TOKEN: ${{ env.MAVEN_CENTRAL_TOKEN }}
102
- MAVEN_GPG_PASSPHRASE: ${{ env.MAVEN_GPG_PASSPHRASE }}
103
104
- name: Bump to the next version
105
run: go run mage.go bump patch
0 commit comments