Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yuwei Ba <[email protected]>
  • Loading branch information
ibigbug authored Sep 30, 2024
1 parent 7776581 commit 507aaac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,9 @@ 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')
- name: Move latest tag for git-cliff nightly
run: |
# Delete latest tag (for git-cliff)
git tag -d latest || true
git tag latest -f
- name: Generate a changelog
uses: orhun/git-cliff-action@main
Expand Down

0 comments on commit 507aaac

Please sign in to comment.