diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26e1f19..561df91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,6 +140,11 @@ jobs: with: fetch-depth: 1 + - name: Ensure repository is up-to-date + run: | + git fetch --all + git pull + - uses: actions/cache@v3 name: Cache Cargo registry with: