mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-06 17:28:29 +08:00
ci: build
This commit is contained in:
4
.github/workflows/npm_release_core.yml
vendored
4
.github/workflows/npm_release_core.yml
vendored
@ -44,6 +44,6 @@ jobs:
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
||||
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 with tag $NPM_TAG..."
|
||||
npm publish --tag $NPM_TAG
|
||||
npm publish --tag $NPM_TAG --access public
|
||||
|
Reference in New Issue
Block a user