Skip to content

Commit 9e98314

Browse files
author
Dennis Labordus
committed
Some try to make creating a release work.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 3f98150 commit 9e98314

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-project.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
- 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
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 \
65+
-Dmaven.deploy.skip=snapshots \
66+
-Prelease clean deploy
6367
env:
6468
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)