From 61529bd70c66a0ad3c5f8f872efc948ab97b3dda Mon Sep 17 00:00:00 2001 From: Jan-Olav Eide Date: Thu, 16 May 2024 09:28:20 +0200 Subject: [PATCH] profile --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 4650b5d3..a878d042 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -50,4 +50,4 @@ jobs: GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - ./mvnw --settings .github/settings.xml --batch-mode -DskipTests -Dmaven.main.skip=true -Dmaven.test.skip=true deploy \ No newline at end of file + ./mvnw -Pgithub --settings .github/settings.xml --batch-mode -DskipTests -Dmaven.main.skip=true -Dmaven.test.skip=true deploy \ No newline at end of file