From bf13344cbe72d6022fb55a821192678b1de947b5 Mon Sep 17 00:00:00 2001 From: trev Date: Sat, 17 May 2025 01:20:56 -0400 Subject: [PATCH] fix: needs check --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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