From 57e55c0dd5dc3363d168343c763d0176ffd613d9 Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 19 Apr 2021 02:19:31 +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 2148644..0a356df 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