Skip to content

Commit f3f2bd2

Browse files
committed
Fix git checkout being broken for tagged commits
1 parent 1e52b61 commit f3f2bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4
6161
with:
62-
fetch-tags: true
62+
fetch-depth: 0
6363
- uses: actions/download-artifact@v4
6464
with:
6565
name: Packages

0 commit comments

Comments
 (0)