Skip to content

Commit 81b7838

Browse files
authored
Merge pull request #7 from workfloworchestrator/1602-pydantic-forms-code
1602 pydantic forms code
2 parents 88ee365 + 9542367 commit 81b7838

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
cache: npm
3131
cache-dependency-path: frontend
3232
- name: Create .npmrc file with the NPM token
33-
run: cd frontend &&
33+
run: |
34+
cd frontend
3435
cat << EOF > "$HOME/.npmrc"
35-
//registry.npmjs.org/:_authToken=$NPM_TOKEN
36+
//registry.npmjs.org/:_authToken=$NPM_TOKEN
3637
EOF
3738
env:
3839
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)