Skip to content

Commit

Permalink
fix(ci): force fetch all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Jul 6, 2024
1 parent 90bad32 commit af66be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-tags: false # https://github.com/actions/checkout/issues/1467

- run: git fetch --tags
- run: git fetch --tags --force
name: Fetch tags manually as a workaround. See https://github.com/actions/checkout/issues/1467

- name: Install Rust
Expand Down

0 comments on commit af66be8

Please sign in to comment.