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.