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