We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cd222 commit 9542367Copy full SHA for 9542367
.github/workflows/publish-to-npm.yml
@@ -30,8 +30,10 @@ jobs:
30
cache: npm
31
cache-dependency-path: frontend
32
- name: Create .npmrc file with the NPM token
33
- run: cd frontend && cat << EOF > "$HOME/.npmrc"
34
- //registry.npmjs.org/:_authToken=$NPM_TOKEN
+ run: |
+ cd frontend
35
+ cat << EOF > "$HOME/.npmrc"
36
+ //registry.npmjs.org/:_authToken=$NPM_TOKEN
37
EOF
38
env:
39
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments