mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-06 13:05:11 +02:00
ci(github): rm nightly tag before running kokai
This commit is contained in:
@@ -134,6 +134,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if ! type kokai >/dev/null; then cargo install --locked kokai --force; fi
|
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"
|
kokai release --no-emoji --add-links github:commits,issues --ref "$(git tag --points-at HEAD)" >"CHANGELOG.md"
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v3
|
uses: goreleaser/goreleaser-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user