Skip to content

Commit 51b1f5a

Browse files
authored
chore: update the auth line in .npmrc to echo with single quotes to preserve the ENV var symbol
1 parent 9ee50b4 commit 51b1f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Publish NPM
5252
run: |
53-
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
53+
echo '//registry.npmjs.org/:_authToken=$NPM_TOKEN' >> .npmrc
5454
pnpm publish-packages
5555
env:
5656
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)