From 58723cf3e8614ae75f480a5d59843a33c3126524 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 28 Feb 2025 21:45:05 -0700 Subject: [PATCH] ci: Ensure the docker release is fully up-to-date --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 694f548..528bbb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -430,6 +430,11 @@ jobs: path: artifacts merge-multiple: true + - name: Ensure repository is up-to-date + run: | + git fetch --all + git pull + - name: Set version variable run: | version="$(cat artifacts/release-version)"