Skip to content

Commit

Permalink
Merge pull request #4 from simonireilly/hotfix/install-before-publish
Browse files Browse the repository at this point in the history
Install packages before publishing to prevent complete publish failure
  • Loading branch information
simonireilly authored Jun 9, 2022
2 parents d96b92c + 5726154 commit 7eb8db6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: "yarn"

- run: yarn

- run: yarn build

- run: npm publish --tag beta
Expand Down

0 comments on commit 7eb8db6

Please sign in to comment.