From bc83f190f94b0cce5ecbb965106ec64201916afd Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Mon, 14 Nov 2022 01:33:59 +0100 Subject: [PATCH] Fix tagging in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfb1a934..71b3b75c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,6 @@ jobs: uses: softprops/action-gh-release@v1 with: token: ${{ secrets.GH_PAT }} # using personal token to trigger publish workflow - tag_name: ${{ inputs.version }} + tag_name: ${{ steps.compute-tag.outputs.tag }} target_commitish: ${{ steps.changelog-commit.outputs.sha }} body_path: build/reports/changelog/latest-release-body.md