ci: check if npmrc is correct

This commit is contained in:
Igor Randjelovic
2020-12-19 19:35:41 +01:00
committed by GitHub
parent 61727929cc
commit 0d9350dc80

View File

@ -35,5 +35,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
cat .npmrc
echo "Publishing @nativescript/core@$NPM_VERSION to NPM with tag $NPM_TAG..."
npm publish nativescript-core-$NPM_VERSION.tgz --tag $NPM_TAG