From b4e87c0d1bd8063df26ee7dbf59aaaa233ca0a9f Mon Sep 17 00:00:00 2001 From: servostar Date: Thu, 21 Nov 2024 14:45:30 +0000 Subject: [PATCH] ci: remove GITHUB_REF_NAME from GitHub action (#86) Reviewed-on: https://git.montehaselino.de/DHBW/dhbw-abb-typst-template/pulls/86 Co-authored-by: servostar Co-committed-by: servostar --- .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 856a477..a843d5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: run: echo ${{ steps.download.outputs.download-path }} - name: Prepare Release run: echo ${{ github.sha }} > Release.txt - - name: Release ${{ GITHUB_REF_NAME }} + - name: Release uses: softprops/action-gh-release@v2 with: files: |