ci: remove GITHUB_REF_NAME from GitHub action (#86)
Reviewed-on: #86 Co-authored-by: servostar <sven.vogel123@web.de> Co-committed-by: servostar <sven.vogel123@web.de>
This commit is contained in:
parent
6572d67320
commit
b4e87c0d1b
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue