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 9e98314 commit 80f5858Copy full SHA for 80f5858
.github/workflows/release-project.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Deploy with Maven to GitHub Packages and Docker Hub
62
run: |
63
./mvnw -B -s custom_maven_settings.xml \
64
- -D-DaltDeploymentRepository=github-packages-compas::https://maven.pkg.github.com/com-pas/compas-scl-validator \
+ -DaltDeploymentRepository=github-packages-compas::https://maven.pkg.github.com/com-pas/compas-scl-validator \
65
-Dmaven.deploy.skip=snapshots \
66
-Prelease clean deploy
67
env:
0 commit comments