Skip to content

Commit

Permalink
add yarn install step
Browse files Browse the repository at this point in the history
  • Loading branch information
abillingsley committed Jul 20, 2020
1 parent 2a1c0b4 commit ee0c0d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: 12
registry-url: "https://registry.npmjs.org"
- run: yarn install --frozen-lockfile
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISHING_TOKEN}}

0 comments on commit ee0c0d6

Please sign in to comment.