mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
ci: enable on master
(still in --dry-run for testing)
This commit is contained in:
4
.github/workflows/npm_release.yml
vendored
4
.github/workflows/npm_release.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user