From 9928b411bc6ca5a1c84d52537922b050b7853031 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Fri, 22 Jan 2021 14:28:12 +0100 Subject: [PATCH] ci: enable publishing --- .github/workflows/npm_release_tns_core.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm_release_tns_core.yml b/.github/workflows/npm_release_tns_core.yml index e8dc19060..c8e26a8e2 100644 --- a/.github/workflows/npm_release_tns_core.yml +++ b/.github/workflows/npm_release_tns_core.yml @@ -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