Skip to content

Commit

Permalink
force correct npm in github release action (#2029)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Nov 16, 2022
1 parent 6e43b9d commit c216d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm install -g yarn
- run: yarn
- run: npm install npm@8.19.2
- run: npm publish --workspaces --access public
- run: npm i -g npm@8.19.2
- run: npm --version && npm publish --workspaces --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit c216d09

Please sign in to comment.