Skip to content

Commit

Permalink
Fetch git tags in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Nov 17, 2024
1 parent b5e7df2 commit 0f57f5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Install Rust
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 0f57f5e

Please sign in to comment.