Skip to content

Commit

Permalink
[Actions] Force git fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
magicjar committed Feb 27, 2024
1 parent faf21d5 commit 5548e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Checkout tag
run: |
git fetch --all --tags --prune
git fetch --all --tags --prune --force
git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
- name: Run publish
Expand Down

0 comments on commit 5548e66

Please sign in to comment.