From 7205ab1dc8c77c8edc46ad0bb6093f661e2c3b60 Mon Sep 17 00:00:00 2001 From: Roland Kakonyi Date: Mon, 11 Sep 2023 11:02:25 +0200 Subject: [PATCH] chore: fix creating GitHub release in finish release workflow --- .github/workflows/finish-release-train.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/finish-release-train.yml b/.github/workflows/finish-release-train.yml index ad2cba6a..6fc51e78 100644 --- a/.github/workflows/finish-release-train.yml +++ b/.github/workflows/finish-release-train.yml @@ -85,5 +85,6 @@ jobs: - name: Create GitHub release uses: ncipollo/release-action@v1 with: + tag: v${{ needs.create_pr.outputs.version_number }} token: ${{ secrets.GITHUB_TOKEN }} body: ${{ steps.changelog.outputs.release_notes }}