ci: enable publishing

This commit is contained in:
Igor Randjelovic
2021-01-22 14:28:12 +01:00
parent 68317f4320
commit 9928b411bc

View File

@@ -65,10 +65,8 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../.npmrc
ls -al
echo "Publishing @nativescript/core@$NPM_VERSION to NPM with tag $NPM_TAG..."
# npm publish nativescript-core-$NPM_VERSION.tgz --tag $NPM_TAG --dry-run
npm publish nativescript-core-$NPM_VERSION.tgz --tag $NPM_TAG
echo "Publishing tns-core-modules@$NPM_VERSION to NPM with tag $NPM_TAG..."
# npm publish tns-core-modules-$NPM_VERSION.tgz --tag $NPM_TAG --dry-run
npm publish tns-core-modules-$NPM_VERSION.tgz --tag $NPM_TAG