From 5a1b92547d94929dc0861a2f12fc619f8884d288 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 25 Nov 2024 20:02:37 -0700 Subject: [PATCH] fix(ci): Forgot to also pull in the most recent changes [skip ci] --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e5fcf3..8fc4a09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,6 +124,7 @@ jobs: - name: Ensure repository is up-to-date run: | git fetch --all + git pull - name: Install Rust stable uses: dtolnay/rust-toolchain@stable