ci: fix tag action

This commit is contained in:
Daylin Morgan 2023-08-22 23:20:51 -05:00
parent eb26e9f43f
commit c26702e8e8
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -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 }}