From 61727929cca22ee4df78c9f6955119ef26810768 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sat, 19 Dec 2020 10:13:23 -0800 Subject: [PATCH] ci: enable next tag for master --- .github/workflows/npm_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 4264b4363..1f50e99db 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -36,4 +36,4 @@ jobs: run: | echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc 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