Skip to content

Commit df1eb4a

Browse files
committed
Revert "ci: use string for fetch-tags"
This reverts commit c50622c.
1 parent c50622c commit df1eb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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-tags: 'true'
63+
fetch-depth: 0
6464

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

0 commit comments

Comments
 (0)