Skip to content

Commit 05b7097

Browse files
committed
ci(extester): fix publish release gh actions workflow
1 parent 822902e commit 05b7097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
run: |
155155
{
156156
echo "registry=https://registry.npmjs.com"
157-
echo "//registry.npmjs.com/:_authToken=${NPM_TOKEN}"
157+
echo "//registry.npmjs.com/:_authToken=\${NPM_TOKEN}"
158158
} > .npmrc
159159
160160
- name: 🚀 Publish to NPM registry (npmjs)

0 commit comments

Comments
 (0)