We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a335a commit 1abf106Copy full SHA for 1abf106
.github/workflows/npm_release.yml renamed to .github/workflows/npm_release_cli.yml
@@ -3,6 +3,8 @@ name: 'nativescript -> npm'
3
on:
4
push:
5
branches: [ 'master' ]
6
+ paths-ignore:
7
+ - 'packages/**'
8
workflow_dispatch:
9
10
env:
packages/doctor/.github/workflows/npm_release.yml renamed to .github/workflows/npm_release_doctor.yml
@@ -3,6 +3,13 @@ name: '@nativescript/doctor -> npm'
+ paths:
+ - 'packages/doctor'
+ workflow_dispatch:
+
+defaults:
11
+ run:
12
+ working-directory: packages/doctor
13
14
15
NPM_TAG: 'next'
@@ -33,4 +40,4 @@ jobs:
33
40
run: |
34
41
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
35
42
echo "Publishing @nativescript/doctor@$NPM_VERSION to NPM with tag $NPM_TAG..."
36
- npm publish nativescript-doctor-$NPM_VERSION.tgz --tag $NPM_TAG
43
+ # npm publish nativescript-doctor-$NPM_VERSION.tgz --tag $NPM_TAG
0 commit comments