From 3645619827bcbba3b68a3a585a631594ad24b175 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 16 Jun 2024 15:15:57 -0700 Subject: [PATCH] Fetch a full depth in the finalize workflow too --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10b527b..c0914e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -156,6 +156,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 # Download all artifacts from all platforms in `build`, merge them into # final wasi-sdk-* artifacts, and then upload them.