From 187cc0edbf19ef048f94649dc548d3fda43af420 Mon Sep 17 00:00:00 2001 From: Daniela Chybisova Date: Tue, 11 Jun 2024 10:35:46 +0200 Subject: [PATCH] chore: tag name without refs (#251) --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5fb4591..16478b3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,8 +19,8 @@ jobs: id: create_release uses: softprops/action-gh-release@v2 with: - tag_name: ${{ github.ref }} - name: ${{ github.ref }} + tag_name: ${{ github.event.release.tag_name }} + name: ${{ github.event.release.tag_name }} draft: false prerelease: false