Skip to content

Commit 498b06f

Browse files
committed
Fix the other two workflows
1 parent 1aab04c commit 498b06f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/prepare-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ jobs:
198198
steps:
199199
- uses: actions/checkout@v4
200200
with:
201-
fetch-tags: true
202201
fetch-depth: 20
203202

204203
- run: git fetch --tags -f

.github/workflows/release-insiders.yml

-1
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
- name: Resolve version

0 commit comments

Comments
 (0)