Skip to content

Commit 92cd222

Browse files
author
Ruben van Leeuwen
committed
1602: Fix for npm release workflow
1 parent 88ee365 commit 92cd222

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
cache: npm
3131
cache-dependency-path: frontend
3232
- name: Create .npmrc file with the NPM token
33-
run: cd frontend &&
34-
cat << EOF > "$HOME/.npmrc"
33+
run: cd frontend && cat << EOF > "$HOME/.npmrc"
3534
//registry.npmjs.org/:_authToken=$NPM_TOKEN
3635
EOF
3736
env:

0 commit comments

Comments
 (0)