From 0452e8852b81a8c15c6be4cd83097e4e1a475f1d Mon Sep 17 00:00:00 2001 From: Jamie Sykes Date: Wed, 31 Aug 2022 22:43:29 +0100 Subject: [PATCH] fix: issue with building release in CI. --- .github/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 7237f1c..09b0a06 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -24,7 +24,7 @@ jobs: uses: softprops/action-gh-release@v1 with: draft: false - name: ${{ github.ref }} + name: ${{github.ref_name}} body_path: ${{ github.workspace }}-CHANGELOG.txt generate_release_notes: false token: ${{ secrets.MY_PAT }}