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.
2 parents ad48379 + 685141e commit 8406090Copy full SHA for 8406090
1 file changed
.github/workflows/maven-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
run: mvn -version
30
31
- name: Publish to Central Portal
32
- run: mvn -B -e clean deploy -Pdeploy -Drevision=${{ github.event.inputs.packageVersion }}
+ run: mvn -B -e clean deploy -Pdeploy
33
env:
34
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
35
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} # Central Portal token
0 commit comments