ci: remove GITHUB_REF_NAME from GitHub action #86

Merged
servostar merged 1 commits from ci/remove-github-refname into main 2024-11-21 14:45:30 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ jobs:
run: echo ${{ steps.download.outputs.download-path }} run: echo ${{ steps.download.outputs.download-path }}
- name: Prepare Release - name: Prepare Release
run: echo ${{ github.sha }} > Release.txt run: echo ${{ github.sha }} > Release.txt
- name: Release ${{ GITHUB_REF_NAME }} - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
files: | files: |