Skip to content

Commit 508746b

Browse files
committed
Remove fetch-tags from release workflow
The current checkout action can encounter a bug where, if this workflow was triggered by a tag, this breaks
1 parent 250c843 commit 508746b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ jobs:
197197
steps:
198198
- uses: actions/checkout@v4
199199
with:
200-
fetch-tags: true
201200
fetch-depth: 20
202201

203202
- uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)