Skip to content

Commit 8405d51

Browse files
committed
force getting all tags
1 parent 927f03a commit 8405d51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-trusted-publisher.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
fetch-depth: 0 # Fetch all history and tags
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929

30+
- name: Fetch all tags
31+
run: |
32+
git fetch --tags --force
33+
3034
- name: Set up Python
3135
uses: actions/setup-python@v4
3236
with:

0 commit comments

Comments
 (0)