Skip to content

Commit

Permalink
checkout: set fetch-depth to pull tags
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Jan 26, 2022
1 parent 5c10694 commit 4c51126
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Setup
run: |
git config user.name github-actions
Expand Down

0 comments on commit 4c51126

Please sign in to comment.