Skip to content

Commit

Permalink
chore: replace yarn with npm in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart committed May 22, 2024
1 parent 9bbb9ee commit cfb36eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
always-auth: true
- run: yarn
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- run: yarn publish
- run: npm install
- run: npm ci
- run: npm publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit cfb36eb

Please sign in to comment.