Skip to content

Commit 5548e66

Browse files
committed
[Actions] Force git fetch tags
1 parent faf21d5 commit 5548e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Checkout tag
4040
run: |
41-
git fetch --all --tags --prune
41+
git fetch --all --tags --prune --force
4242
git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
4343
4444
- name: Run publish

0 commit comments

Comments
 (0)