Skip to content

Commit 43fa076

Browse files
committed
fix: get version
1 parent 4aba754 commit 43fa076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
git fetch origin main
3333
git checkout origin/main
34-
echo "newTag=v$(mvn -f pom-public.xml help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
34+
echo "newTag=v$(mvn -f pom.xml help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
3535
3636
- name: Print source version
3737
run: echo ${{ steps.version-step.outputs.newTag }}

0 commit comments

Comments
 (0)