From 3cb35a5080e33cc030fc352c7bb73d60e69dde94 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Fri, 13 Nov 2020 10:35:03 +0100 Subject: [PATCH] ci: enable on master (still in --dry-run for testing) --- .github/workflows/npm_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index e21f08f52..cd1baa1d8 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -2,7 +2,7 @@ name: Release @nativescript/core to NPM on: push: - branches: [ 'feat/monorepo' ] + branches: [ 'master' ] jobs: release: @@ -32,4 +32,4 @@ jobs: run: | echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc echo "Publishing @nativescript/core@$NPM_VERSION to NPM..." - npm publish nativescript-core-$NPM_VERSION.tgz --tag ci --dry-run + npm publish nativescript-core-$NPM_VERSION.tgz --tag next --dry-run