From 5743fefc62fc4eab212fe94ffdf6d6da69a12dc1 Mon Sep 17 00:00:00 2001 From: Stevie-Ray Hartog Date: Sun, 16 Oct 2022 21:06:27 +0200 Subject: [PATCH] fix release creation --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f6a98f3..9a76c89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + tag_name: ${{ steps.create_tag.outputs.new_tag }} + release_name: Release ${{ steps.create_tag.outputs.new_tag }} draft: false prerelease: false \ No newline at end of file