From 5c65868ed9932e1d5282eba81d6ea5ae05145652 Mon Sep 17 00:00:00 2001 From: Arindy Date: Tue, 11 Feb 2025 21:51:15 +0100 Subject: [PATCH] fix tag --- .github/workflows/ci.yaml | 2 +- .mvn/jgitver.config.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .mvn/jgitver.config.xml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 729792e..4e00e27 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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} diff --git a/.mvn/jgitver.config.xml b/.mvn/jgitver.config.xml new file mode 100644 index 0000000..f3a988f --- /dev/null +++ b/.mvn/jgitver.config.xml @@ -0,0 +1,12 @@ + + MAX + true + true + false + true + 8 + main + true +