mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +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:
|
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
|
||||||
|
Reference in New Issue
Block a user