Skip to content

Commit 6213150

Browse files
authored
Fetch tags in create-git-tags (#523)
We need to fetch the tags, so we can easily check for existing tags.
1 parent 065ccbd commit 6213150

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,8 @@ jobs:
812812
if: ${{ github.event.inputs.force_release || github.event_name == 'repository_dispatch' }}
813813
steps:
814814
- uses: actions/checkout@v4
815+
with:
816+
fetch-tags: true
815817
- name: Setup Python
816818
uses: actions/setup-python@v4
817819
with:

0 commit comments

Comments
 (0)