Skip to content

Commit

Permalink
ci(release): set fetch-depth instead of fetch-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Apr 10, 2024
1 parent 508084b commit 89167cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Rustfmt
run: cargo fmt --all -- --check
run: cargo fmt --all -- --check
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0

- name: Setup Bun
uses: oven-sh/setup-bun@v1
Expand Down

0 comments on commit 89167cc

Please sign in to comment.