We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2fcbf commit 0162c82Copy full SHA for 0162c82
.github/workflows/publish-package.yml
@@ -15,6 +15,6 @@ jobs:
15
java-version: '17'
16
distribution: 'adopt'
17
- name: Publish package
18
- run: mvn --batch-mode deploy
+ run: mvn --batch-mode deploy -Dmaven.test.skip=true
19
env:
20
GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}
0 commit comments