Skip to content

Commit

Permalink
tweak config set
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 11, 2025
1 parent 88dd12b commit e0cb567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cache: 'npm'
- name: generate contents
run: |
npm config set _authToken=$NPM_TOKEN
npm set "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
npm install
npm run build:plugin
- name: publish
Expand Down

0 comments on commit e0cb567

Please sign in to comment.