ci: enable next tag for master

This commit is contained in:
Nathan Walker
2020-12-19 10:13:23 -08:00
committed by GitHub
parent 05d776bea8
commit 61727929cc

View File

@@ -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