We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93a8f4b + e92f9ae commit 49a908cCopy full SHA for 49a908c
.github/workflows/maven-publish.yml
@@ -18,9 +18,6 @@ jobs:
18
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
19
settings-path: ${{ github.workspace }} # location for the settings.xml file
20
21
- - name: Build with Maven
22
- run: mvn -B package --file pom.xml -Dmaven.test.skip=true
23
-
24
- name: Publish to GitHub Packages Apache Maven
25
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -Dmaven.test.skip=true
26
env:
0 commit comments