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