File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name: 'nativescript -> npm'
33on :
44 push :
55 branches : [ 'master' ]
6+ paths-ignore :
7+ - ' packages/**'
68 workflow_dispatch :
79
810env :
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ name: '@nativescript/doctor -> npm'
33on :
44 push :
55 branches : [ 'master' ]
6+ paths :
7+ - ' packages/doctor'
8+ workflow_dispatch :
9+
10+ defaults :
11+ run :
12+ working-directory : packages/doctor
613
714env :
815 NPM_TAG : ' next'
3340 run : |
3441 echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
3542 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
You can’t perform that action at this time.
0 commit comments