mirror of
https://github.com/Steffo99/obsidian-file-index.git
synced 2024-11-22 05:04:17 +00:00
Try fixing release workflow
This commit is contained in:
parent
22ba88a086
commit
3a8292fe58
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
|||
- name: Create release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_REF: ${{ github.ref_name }}
|
||||
run: |
|
||||
tag="${GITHUB_REF#refs/tags/}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue