Skip to content

Commit fcf4a6d

Browse files
committed
chore: fix .npmrc by specifying userconfig
1 parent 3a8c3a4 commit fcf4a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
EOF
4848
4949
- name: Publish package
50-
run: npm publish
50+
run: npm publish --userconfig=~/.npmrc-public

0 commit comments

Comments
 (0)