From 3d4a0ada2cfa64446b71ba7375e2ecedb4b72fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Sat, 25 May 2024 11:36:29 +0200 Subject: [PATCH] Fixed GH 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 02bb10ba0..819d9ceb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,6 +88,6 @@ jobs: uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Version ${{ github.ref }} + name: Version ${{ steps.version.outputs.VERSION }} body_path: ./body.md files: ${{ github.event.repository.name }}.${{ steps.version.outputs.VERSION }}.zip