We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c512e8a commit 4c3e3ddCopy full SHA for 4c3e3dd
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
fetch-depth: 0
16
17
- name: Fetching tags
18
- run: git fetch --tags
+ run: git fetch --tags -f || true
19
20
- name: Install Dependencies
21
run: npm install
0 commit comments