Skip to content

Commit 257ea43

Browse files
committed
ci: fetch before release
1 parent f9fbb7d commit 257ea43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
with:
100100
abort-after-seconds: 600
101101

102+
- name: Fetch
103+
run: git fetch --all
104+
102105
- name: Create release
103106
if: steps.turnstyle.outcome == 'success'
104107
# failing to release a canary because of network problems or duplicate tag shouldn't give the same message as failing tests

0 commit comments

Comments
 (0)