mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
ci: enable publishing
This commit is contained in:
6
.github/workflows/npm_release_tns_core.yml
vendored
6
.github/workflows/npm_release_tns_core.yml
vendored
@@ -65,10 +65,8 @@ jobs:
|
||||
run: |
|
||||
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../.npmrc
|
||||
|
||||
ls -al
|
||||
|
||||
echo "Publishing @nativescript/core@$NPM_VERSION to NPM with tag $NPM_TAG..."
|
||||
# npm publish nativescript-core-$NPM_VERSION.tgz --tag $NPM_TAG --dry-run
|
||||
npm publish nativescript-core-$NPM_VERSION.tgz --tag $NPM_TAG
|
||||
|
||||
echo "Publishing tns-core-modules@$NPM_VERSION to NPM with tag $NPM_TAG..."
|
||||
# npm publish tns-core-modules-$NPM_VERSION.tgz --tag $NPM_TAG --dry-run
|
||||
npm publish tns-core-modules-$NPM_VERSION.tgz --tag $NPM_TAG
|
||||
|
||||
Reference in New Issue
Block a user