From eedad13689af9b74e3b142d75ae913af0c9c26a1 Mon Sep 17 00:00:00 2001 From: Adrian Chang Date: Fri, 5 Apr 2024 10:48:20 -0700 Subject: [PATCH] set need --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6648c2b51..d54dcc4c6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -37,6 +37,7 @@ jobs: test-env: 'prod' secrets: inherit build: + needs: ['test-prod'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4