Skip to content

Commit

Permalink
Attempt to fix new tag fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Mar 8, 2020
1 parent 916851e commit 0e52d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout tags
run: |
cd ${{ env.GO_WORKSPACE }}
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Verify
run: |
Expand Down

0 comments on commit 0e52d9b

Please sign in to comment.