diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c6068d0..777960b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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"