diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 31342155f..1445efd89 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -9,7 +9,7 @@ jobs: name: Semantic version runs-on: ubuntu-latest outputs: - tag: ${{ steps.semantic.outputs.release-version }} + tag: ${{ steps.semantic.outputs.git-tag }} permissions: checks: read # to wait for required checks contents: write # to be able to publish a GitHub release