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 0f5fd03 commit e4c693eCopy full SHA for e4c693e
.github/workflows/master.yml
@@ -90,6 +90,7 @@ jobs:
90
with:
91
tag_name: v${{ steps.version.outputs.release }}
92
release_name: v${{ steps.version.outputs.release }}
93
+ commitish: master
94
body: |
95
## Installation
96
Add the following lines to your pom:
@@ -126,7 +127,7 @@ jobs:
126
127
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
128
129
- name: Publish to Apache Maven Central
- run: mvn deploy -Possrh
130
+ run: mvn -B deploy -Possrh
131
env:
132
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
133
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
0 commit comments