Skip to content

Commit

Permalink
chore: npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
CCherry07 committed Jun 27, 2024
1 parent b29a370 commit b30865b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
run: npm install -g pnpm@9.1.0 && pnpm i --frozen-lockfile

- name: Publish to npm
run: npm set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} && pnpm publish --recursive --no-git-checks
run: npm set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} && npm config set access public && pnpm publish --recursive --no-git-checks

0 comments on commit b30865b

Please sign in to comment.