From 2c2cd594baa28cdbd4a3f0b5d537441ee3ea8a3b Mon Sep 17 00:00:00 2001 From: Eugene Chybisov Date: Mon, 7 Oct 2024 15:58:21 +0200 Subject: [PATCH] fix: release name --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7c79cfa..1cb36f2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: generate_release_notes: true - name: 'v${{ github.ref_name }}' + name: ${{ github.ref_name }} draft: false prerelease: false