Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
using yarn package manager
  • Loading branch information
siarie committed Sep 1, 2021
1 parent 50da066 commit 748edb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish --access public
- run: yarn
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_ACCESS_TOKEN}}

0 comments on commit 748edb3

Please sign in to comment.