Skip to content

Commit 307eb87

Browse files
committed
fix: npm publish and cdn deployment
1 parent e99d2ee commit 307eb87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/automation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676

7777
dist:
7878
runs-on: ubuntu-latest
79+
needs: release
80+
if: needs.release.outputs.new_release_published
7981
steps:
8082
- name: Checkout
8183
uses: actions/checkout@v2

0 commit comments

Comments
 (0)