ci(github): rm nightly tag before running kokai

This commit is contained in:
LGUG2Z
2024-07-14 17:01:02 -07:00
parent ef9e734680
commit 67f14730d0

View File

@@ -134,6 +134,7 @@ jobs:
shell: bash
run: |
if ! type kokai >/dev/null; then cargo install --locked kokai --force; fi
git tag -d nightly
kokai release --no-emoji --add-links github:commits,issues --ref "$(git tag --points-at HEAD)" >"CHANGELOG.md"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3