We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8cdf6 commit 655aaeeCopy full SHA for 655aaee
.github/workflows/maven-publish.yml
@@ -26,6 +26,6 @@ jobs:
26
run: mvn -B package --file pom.xml
27
28
- name: Publish to GitHub Packages Apache Maven
29
- run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
+ run: mvn --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml
30
env:
31
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments