We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306fff7 commit e92d667Copy full SHA for e92d667
1 file changed
.github/workflows/maven-publish.yml
@@ -36,6 +36,6 @@ jobs:
36
distribution: 'temurin'
37
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
38
- name: Publish to GitHub Packages
39
- run: mvn --batch-mode deploy
+ run: mvn -P github --batch-mode deploy
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments