Skip to content

Commit d5cb610

Browse files
committed
ci(release): add missing registry-url variable for node action
1 parent 703a747 commit d5cb610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
with:
2020
node-version-file: '.tool-versions'
2121
cache: 'pnpm'
22+
registry-url: 'https://registry.npmjs.org'
2223
- name: Install dependencies
2324
run: pnpm install
2425
- name: Build
2526
run: pnpm build
2627
- name: Publish
27-
run: npm publish
28+
run: npm publish --access public
2829
env:
2930
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)