ci: remove GITHUB_REF_NAME from GitHub action
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 1m53s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 1m53s
Details
This commit is contained in:
parent
6572d67320
commit
588c0d897d
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue