From babe59ea1584091e4c38f538c218a892ab252b27 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 16 Jul 2024 15:08:48 -0700 Subject: [PATCH] Fix version.py script running --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7e31e7..8eb9c8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -222,6 +222,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - run: git fetch --tags --force + name: Force-fetch tags to work around actions/checkout#290 - name: Setup `wasmtime` for tests uses: bytecodealliance/actions/wasmtime/setup@v1 with: