mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -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
|
||||
with:
|
||||
tag_name: latest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Generate New Release
|
||||
run: |
|
||||
gh release create ${{ github.ref }}
|
||||
run: gh release create ${{ github.ref }}
|
||||
|
|
Loading…
Reference in a new issue