Skip to content

Commit a661b9b

Browse files
committed
fix(ci): publish
1 parent 46219b8 commit a661b9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
- name: Creating .npmrc
6464
run: |
6565
cat << EOF > "$HOME/.npmrc"
66-
//registry.npmjs.org/:_authToken=$NPM_TOKEN
66+
@remote-rcp:registry=https://registry.npmjs.org/
67+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
6768
EOF
6869
env:
6970
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)