fix: update release workflow
This commit is contained in:
parent
39de567d9c
commit
4e7d18bf66
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ jobs:
|
||||||
url: https://git.martin.md
|
url: https://git.martin.md
|
||||||
repo: radu/resume
|
repo: radu/resume
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: ${{ github.ref_name }}
|
tag: "${{ github.ref_name }}"
|
||||||
sha: ${{ github.sha }}
|
sha: "${{ github.sha }}"
|
||||||
release-dir: release
|
release-dir: release
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
release-notes: "YOLO"
|
release-notes: "YOLO"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue