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 565b6bf commit d10cd1aCopy full SHA for d10cd1a
.github/workflows/maven-publish.yml
@@ -45,6 +45,6 @@ jobs:
45
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
46
settings-path: ${{ github.workspace }} # location for the settings.xml file
47
- name: Publish to GitHub Packages Apache Maven
48
- run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
+ run: mvn deploy -Dmaven.test.skip.exec -s $GITHUB_WORKSPACE/settings.xml # skip tests in this step
49
env:
50
GITHUB_TOKEN: ${{ github.token }}
0 commit comments