Skip to content

Commit 185ce71

Browse files
committed
[CI/CD]
1 parent 0ff2253 commit 185ce71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# run: cat ~/.npmrc
5050

5151
- name: Setup .yarnrc.yml for authentication
52-
run: echo 'npmAuthToken:" ${{ secrets.NPM_TOKEN }}"' > .yarnrc.yml
52+
run: echo "npmAuthToken:\t${{ secrets.NPM_TOKEN }}" >> .yarnrc.yml
5353

5454
- name: Publish to npm using yarn workspaces
5555
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)