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.
2 parents 0ce9698 + 7fcb701 commit 49d022dCopy full SHA for 49d022d
.github/workflows/release-project.yml
@@ -55,7 +55,7 @@ jobs:
55
output_file: custom_maven_settings.xml
56
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
57
- name: Set version with Maven
58
- run: ./mvnw -B versions:set -DprocessAllModules=true -DnewVersion=${{ steps.extract_tagname.outputs.tagname }}
+ run: ./mvnw -B versions:set -DgroupId=org.lfenergy.compas.scl.validator -DnewVersion=${{ steps.extract_tagname.outputs.tagname }}
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
- name: Deploy with Maven to GitHub Packages and Docker Hub
0 commit comments