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.
1 parent 7dc1d91 commit 2b15fb4Copy full SHA for 2b15fb4
.github/workflows/publish_release_branch.yml
@@ -64,7 +64,12 @@ jobs:
64
- uses: actions/checkout@v4
65
with:
66
fetch-depth: 0
67
-
+
68
+ - name: Set Release Version
69
+ id: release
70
+ run: |
71
+ echo "version=$(mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
72
73
- uses: actions/download-artifact@v4
74
75
name: maven-release-target-directory
0 commit comments