parent
468d9660c4
commit
9e93576a2d
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user