Skip to content

Commit bcdd8d5

Browse files
committed
Use correct executable
1 parent 3546af9 commit bcdd8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Get version
7272
id: version
7373
run: |
74-
version=$(../mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
74+
version=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
7575
echo "release=$version" >> $GITHUB_OUTPUT
7676
echo "releasenumber=${version//[!0-9]/}" >> $GITHUB_OUTPUT
7777

0 commit comments

Comments
 (0)