uses mvn:versions instead of jgitver
Some checks failed
CI / deploy (push) Failing after 4m52s

This commit is contained in:
2025-02-11 22:11:09 +01:00
parent 1544776ecc
commit dd3ef3ab18
4 changed files with 5 additions and 31 deletions

View File

@@ -50,5 +50,6 @@ jobs:
- name: create tag
if: github.ref_name == 'main'
run: |
echo ${{ steps.version.outputs.version }}
git tag ${{ steps.version.outputs.version }} -m "release ${{ steps.version.outputs.version }}"
git push origin ${{ steps.version.outputs.version }}