Skip to content

Commit

Permalink
ci: update publish-package
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Sep 3, 2024
1 parent 01e23dd commit dafe700
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

- run: yarn
- run: yarn build

- name: Configure npm for publishing
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit dafe700

Please sign in to comment.