Fix writing of npmrc file

This commit is contained in:
2022-11-15 19:07:26 -06:00
parent ccd4d5ff3f
commit 57a745bfd9

View File

@ -12,7 +12,7 @@ jobs:
name: write npmrc
command: |
echo "@kingsrook:registry=https://npm.pkg.github.com/" >> .npmrc
echo "NPM_TOKEN=${NPM_TOKEN}"" >> .npmrc
echo "NPM_TOKEN=${NPM_TOKEN}" >> .npmrc
echo "@OWNER:registry=https://npm.pkg.github.com/" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=${NPM_TOKEN}" >> .npmrc
cat .npmrc