From a30ee3a18bc651799ad97198d2a56ee1d6a5c523 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..3f644d41e 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