Skip to content

Commit

Permalink
ci: use npm to install and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jan 1, 2023
1 parent 3cf3805 commit fbbecef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn run publish
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit fbbecef

Please sign in to comment.