Skip to content

Commit

Permalink
ci: remove GITHUB_REF_NAME from GitHub action (#86)
Browse files Browse the repository at this point in the history
Reviewed-on: https://git.montehaselino.de/DHBW/dhbw-abb-typst-template/pulls/86
Co-authored-by: servostar <sven.vogel123@web.de>
Co-committed-by: servostar <sven.vogel123@web.de>
  • Loading branch information
Servostar committed Nov 21, 2024
1 parent 6572d67 commit b4e87c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b4e87c0

Please sign in to comment.