Skip to content

Commit

Permalink
Use npm instead of yarn for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Jul 19, 2022
1 parent 1481662 commit aae213f
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 @@ -39,7 +39,7 @@ jobs:
restore-keys: ${{ runner.os }}-yarn-
- run: yarn install --immutable
- run: yarn build
- run: yarn npm publish --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

Expand All @@ -59,6 +59,6 @@ jobs:
restore-keys: ${{ runner.os }}-yarn-
- run: yarn install --immutable
- run: yarn build
- run: yarn npm publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit aae213f

Please sign in to comment.