We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff2253 commit 185ce71Copy full SHA for 185ce71
1 file changed
.github/workflows/node.js.yml
@@ -49,7 +49,7 @@ jobs:
49
# run: cat ~/.npmrc
50
51
- name: Setup .yarnrc.yml for authentication
52
- run: echo 'npmAuthToken:" ${{ secrets.NPM_TOKEN }}"' > .yarnrc.yml
+ run: echo "npmAuthToken:\t${{ secrets.NPM_TOKEN }}" >> .yarnrc.yml
53
54
- name: Publish to npm using yarn workspaces
55
if: github.ref == 'refs/heads/main'
0 commit comments