Skip to content

Commit c50622c

Browse files
committed
ci: use string for fetch-tags
1 parent 34bce38 commit c50622c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id: checkout
6161
uses: actions/checkout@v4
6262
with:
63-
fetch-depth: 0
63+
fetch-tags: 'true'
6464

6565
# Get the version and update the tags to use in the release
6666
- name: Tag Commit

0 commit comments

Comments
 (0)