From d367ae48dc387dccf289cf44acedab8091db7c8f Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 19 Apr 2021 02:19:24 +0000 Subject: [PATCH] fix: npm publish and cdn deployment --- .github/workflows/automation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 3e0d28c..c86e1ee 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -76,6 +76,8 @@ jobs: dist: runs-on: ubuntu-latest + needs: release + if: needs.release.outputs.new_release_published steps: - name: Checkout uses: actions/checkout@v2