Skip to content

Commit

Permalink
chore: Remove git cliff debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
nesium committed Jun 30, 2024
1 parent 40cdb48 commit 4efb96c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
- name: Install git-cliff
run: cargo install git-cliff

- name: Run git cliff
run: git cliff --latest -v
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Verify versions
run: rustc --version && rustup --version && cargo --version && wasm-pack --version && node --version && npm --version && node -p process.versions.v8

Expand Down

0 comments on commit 4efb96c

Please sign in to comment.