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 860c2b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ 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 860c2b4

Please sign in to comment.