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 faf21d5 commit 5548e66Copy full SHA for 5548e66
.github/workflows/release-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Checkout tag
40
run: |
41
- git fetch --all --tags --prune
+ git fetch --all --tags --prune --force
42
git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
43
44
- name: Run publish
0 commit comments