Skip to content

Commit

Permalink
fix: npm token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
kraikov committed Aug 12, 2022
1 parent 16f298f commit e6b6a2f
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 @@ -42,7 +42,7 @@ jobs:
- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
EOF
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit e6b6a2f

Please sign in to comment.