ci: enable on master

(still in --dry-run for testing)
This commit is contained in:
Igor Randjelovic
2020-11-13 10:35:03 +01:00
committed by GitHub
parent cf96e7252c
commit 3cb35a5080

View File

@ -2,7 +2,7 @@ name: Release @nativescript/core to NPM
on: on:
push: push:
branches: [ 'feat/monorepo' ] branches: [ 'master' ]
jobs: jobs:
release: release:
@ -32,4 +32,4 @@ jobs:
run: | run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
echo "Publishing @nativescript/core@$NPM_VERSION to NPM..." 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