Skip to content

Commit

Permalink
fix: gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Jun 4, 2021
1 parent 0b6a414 commit e9269bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: npm i pnpm@latest -g
- name: creating .npmrc
run: |
cat << EOF > "~/.npmrc"
cat << EOF > "./.npmrc"
//registry.npmjs.org/:_authToken=\${NPM_TOKEN}
EOF
- name: setup pnpm config
Expand Down

0 comments on commit e9269bc

Please sign in to comment.