We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb00010 commit f2e929dCopy full SHA for f2e929d
.github/workflows/PublishRelease.yml
@@ -27,4 +27,6 @@ jobs:
27
restore-keys: ${{ runner.os }}-m2
28
29
- name: Publish
30
- run: mvn -P github --file pom.xml publish
+ run: mvn --batch-mode -P github --file pom.xml deploy
31
+ env:
32
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments