Skip to content

Commit

Permalink
fix: project version is not passed
Browse files Browse the repository at this point in the history
  • Loading branch information
jobulcke committed Dec 5, 2024
1 parent 52842b8 commit 4da5360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-image-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 -Dsonar.projectKey=Informatievlaanderen_VSDS-LDESServer4J -Pcoverage
Expand Down

0 comments on commit 4da5360

Please sign in to comment.