Skip to content

Commit e6b6a2f

Browse files
committed
fix: npm token secret
1 parent 16f298f commit e6b6a2f

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
@@ -42,7 +42,7 @@ jobs:
4242
- name: Creating .npmrc
4343
run: |
4444
cat << EOF > "$HOME/.npmrc"
45-
//registry.npmjs.org/:_authToken=$NPM_TOKEN
45+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
4646
EOF
4747
env:
4848
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)