mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
ci: change message and working dir
This commit is contained in:
6
.github/workflows/npm_release.yml
vendored
6
.github/workflows/npm_release.yml
vendored
@@ -26,10 +26,10 @@ jobs:
|
||||
run: npx nx run core:build.npm
|
||||
|
||||
- name: Publish @nativescript/core
|
||||
working-directory: dist
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
||||
run: |
|
||||
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
|
||||
echo dist/nativescript-core-$NPM_VERSION.tgz
|
||||
echo Publishing to NPM...
|
||||
npm publish dist/nativescript-core-$NPM_VERSION.tgz --tag ci --dry-run
|
||||
echo "Publishing @nativescript/core@$NPM_VERSION to NPM..."
|
||||
npm publish nativescript-core-$NPM_VERSION.tgz --tag ci --dry-run
|
||||
|
||||
Reference in New Issue
Block a user