Skip to content

Commit

Permalink
fix: npm publish and cdn deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Apr 19, 2021
1 parent 76639e3 commit 2433ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2433ece

Please sign in to comment.