Skip to content

Commit

Permalink
[workflow] Try fix git fetch error (visgl#5909)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Jun 24, 2021
1 parent 8607399 commit 8cbd293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2.1.1

- name: Get git tags (https://github.com/actions/checkout/issues/206)
run: git fetch --prune --unshallow --tags
run: git fetch --tags -f

- name: Use Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit 8cbd293

Please sign in to comment.