Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yuwei Ba <dev@watfaq.com>
  • Loading branch information
ibigbug authored Sep 29, 2024
1 parent 44d299f commit 6083374
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,12 @@ jobs:
./clash-x86_64-unknown-linux-musl -v >> version.txt
cat version.txt
- name: Clean git tag for git-cliff
if: startsWith(github.ref, 'refs/tags/v')
run: |
# Delete latest tag (for git-cliff)
git tag -d latest || true
- name: Generate a changelog
uses: orhun/git-cliff-action@main
id: git-cliff
Expand Down

0 comments on commit 6083374

Please sign in to comment.