diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0b64677fa..d4ce117fcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -404,7 +404,8 @@ jobs: with: # needed for tagging fetch-depth: 0 - filter: tree:0 + # Doesn't seem to be working when additionally fetching from lean4-nightly + #filter: tree:0 token: ${{ secrets.PUSH_NIGHTLY_TOKEN }} - uses: actions/download-artifact@v5 with: