From 73ac74d2d9c3625334d5561251c63a4327c13155 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 19 Jul 2023 10:39:21 +0800 Subject: [PATCH] ci: release-npm depends on others --- .github/workflows/test-release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-release.yaml b/.github/workflows/test-release.yaml index 1f5b0bb0..309f5739 100644 --- a/.github/workflows/test-release.yaml +++ b/.github/workflows/test-release.yaml @@ -478,6 +478,9 @@ jobs: release-npm: runs-on: ubuntu-latest + needs: + - lint + - build_binary_crate if: "startsWith(github.event.head_commit.message, 'chore(release): publish')" steps: - uses: actions/checkout@v3