Skip to content

Commit

Permalink
ci(github): rm nightly tag before running kokai
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Jul 15, 2024
1 parent ef9e734 commit 67f1473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67f1473

Please sign in to comment.