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 ffa79f7 commit 7fc71cfCopy full SHA for 7fc71cf
.github/workflows/release.yml
@@ -35,4 +35,6 @@ jobs:
35
GITHUB_TOKEN: ${{ github.token}}
36
37
- name: Publish to GitHub Packages Apache Maven
38
- run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -DskipTests
+ run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -DskipTests
39
+ env:
40
+ GITHUB_TOKEN: ${{ github.token}}
0 commit comments