Skip to content

Commit

Permalink
fix: project version is not passed
Browse files Browse the repository at this point in the history
(cherry picked from commit 343f2af)
  • Loading branch information
jobulcke committed Dec 5, 2024
1 parent 6200101 commit e8cd5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id: determine-version
run: |
export VERSION=$(mvn help:evaluate -Dexpression="project.version" -q -DforceStdout)
echo "version=$VERSION" >> $GITHUB_ENV
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Analyse & publish package
run: |
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar deploy -Dsonar.projectKey=Informatievlaanderen_VSDS-LDESServer4J -Pcoverage
Expand Down

0 comments on commit e8cd5d7

Please sign in to comment.