From 99117df8c96cbfe52f213cd574494458326f3c53 Mon Sep 17 00:00:00 2001 From: Andreas Wuerl Date: Tue, 15 Nov 2022 15:20:43 +0100 Subject: [PATCH] fix release name mapping from tag in GitHub action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9975a07b..ae4baacf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: Release ${{ github.ref_name }} draft: false prerelease: false - name: Upload Release Asset