Skip to content

Commit

Permalink
chore: modify release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart committed May 22, 2024
1 parent fcef34a commit 9bbb9ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
always-auth: true
- run: yarn
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- run: yarn publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9bbb9ee

Please sign in to comment.