fix tag
Some checks failed
CI / deploy (push) Failing after 6m35s

This commit is contained in:
2025-02-11 21:51:15 +01:00
parent 468d9660c4
commit 5c65868ed9
2 changed files with 13 additions and 1 deletions

View File

@@ -47,6 +47,6 @@ jobs:
- name: create tag
if: github.ref_name == 'main'
run: |
version = var=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
version = var=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
git tag ${version} -m "release ${version}"
git push origin ${version}