mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-14 04:57:53 -06:00
ci: fix tag action
This commit is contained in:
parent
eb26e9f43f
commit
c26702e8e8
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -25,7 +25,8 @@ jobs:
|
||||||
uses: richardsimko/update-tag@v1
|
uses: richardsimko/update-tag@v1
|
||||||
with:
|
with:
|
||||||
tag_name: latest
|
tag_name: latest
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Generate New Release
|
- name: Generate New Release
|
||||||
run: |
|
run: gh release create ${{ github.ref }}
|
||||||
gh release create ${{ github.ref }}
|
|
||||||
|
|
Loading…
Reference in a new issue