Skip to content

Commit

Permalink
ci: fetch before release
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Oct 18, 2024
1 parent f9fbb7d commit 257ea43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
with:
abort-after-seconds: 600

- name: Fetch
run: git fetch --all

- name: Create release
if: steps.turnstyle.outcome == 'success'
# failing to release a canary because of network problems or duplicate tag shouldn't give the same message as failing tests
Expand Down

0 comments on commit 257ea43

Please sign in to comment.