Skip to content

Commit

Permalink
chore: force fetch tags in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alifa98 committed Oct 28, 2024
1 parent 0e1296b commit 9a4bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tar -zcvf artifacts.tar.gz dist/*
- name: Fetch all tags
run: git fetch --tags
run: git fetch --tags --force

- name: Get the previous tag
id: previous_tag
Expand Down

0 comments on commit 9a4bf22

Please sign in to comment.