Skip to content

Commit 49d022d

Browse files
author
Rob Tjalma
authored
Merge pull request #35 from com-pas/fix-release-action
Fix Release Action to only set version on own poms.
2 parents 0ce9698 + 7fcb701 commit 49d022d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
output_file: custom_maven_settings.xml
5656
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
5757
- name: Set version with Maven
58-
run: ./mvnw -B versions:set -DprocessAllModules=true -DnewVersion=${{ steps.extract_tagname.outputs.tagname }}
58+
run: ./mvnw -B versions:set -DgroupId=org.lfenergy.compas.scl.validator -DnewVersion=${{ steps.extract_tagname.outputs.tagname }}
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
- name: Deploy with Maven to GitHub Packages and Docker Hub

0 commit comments

Comments
 (0)