Skip to content

Commit 4c3e3dd

Browse files
committed
chore: Fixed fetch tag
1 parent c512e8a commit 4c3e3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Fetching tags
18-
run: git fetch --tags
18+
run: git fetch --tags -f || true
1919

2020
- name: Install Dependencies
2121
run: npm install

0 commit comments

Comments
 (0)