Skip to content

Commit

Permalink
Github actions: leave the unshallowing for the next step
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Sep 15, 2021
1 parent a91f6c5 commit e33c7a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
if: github.event_name != 'pull_request' # PR build doesnt get proper version, so dont try to build it
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get history and tags for SCM versioning to work
run: |
git fetch --prune --unshallow
Expand Down

0 comments on commit e33c7a4

Please sign in to comment.