Skip to content

Commit 34bce38

Browse files
committed
ci: set fetch-depth to 0 in release.yml
Ensures full history is fetched for tagging accuracy.
1 parent af09214 commit 34bce38

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-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)