diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cd13ea8..2e2c660 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -68,7 +68,7 @@ jobs: # https://docs.docker.com/build/ci/github-actions/manage-tags-labels/ package: runs-on: ubuntu-latest - needs: release # Wait for binary cache to propagate + needs: check # Wait for binary cache to propagate steps: - name: Checkout uses: actions/checkout@v4