From 257ea432ce5dc1cf951376b21ac4cc7608c1d28a Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Fri, 18 Oct 2024 18:32:41 +0200 Subject: [PATCH] ci: fetch before release --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8ba3ae9a..18605c4b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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