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 3f98150 commit 9e98314Copy full SHA for 9e98314
.github/workflows/release-project.yml
@@ -59,6 +59,10 @@ jobs:
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
- name: Deploy with Maven to GitHub Packages and Docker Hub
62
- run: ./mvnw -B -s custom_maven_settings.xml -Dmaven.deploy.skip=snapshots -Prelease clean deploy
+ 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 \
65
+ -Dmaven.deploy.skip=snapshots \
66
+ -Prelease clean deploy
67
68
0 commit comments