Update maven.yml
This commit is contained in:
parent
a1d1ec12be
commit
b4314678b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
- name: Bestimme Versionsnummer
|
||||
id: version
|
||||
run: echo ::set-env name=VERSION::$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
|
||||
run: echo "VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
|
||||
|
||||
- name: Erstelle Git-Tag
|
||||
run: git tag v${{ steps.version.outputs.VERSION }} -a -m "Generierter Tag von GitHub Actions"
|
||||
|
|
Loading…
Reference in a new issue