From 53d7d6f01b4fc6b23a0738e7fbd8461b65609c35 Mon Sep 17 00:00:00 2001 From: Sn0wCrack <442287+Sn0wCrack@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:40:13 +1100 Subject: [PATCH] fix: use ref name for release name --- .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 122d1a9..b534744 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - name: Release ${{ github.ref }} + name: Release ${{ github.ref_name }} draft: false prerelease: false files: synergy-wholesale-account-balance-${{ steps.get_version.outputs.version }}.zip