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'
3
3
on :
4
4
push :
5
5
branches : [ 'master' ]
6
+ paths-ignore :
7
+ - ' packages/**'
6
8
workflow_dispatch :
7
9
8
10
env :
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ name: '@nativescript/doctor -> npm'
3
3
on :
4
4
push :
5
5
branches : [ 'master' ]
6
+ paths :
7
+ - ' packages/doctor'
8
+ workflow_dispatch :
9
+
10
+ defaults :
11
+ run :
12
+ working-directory : packages/doctor
6
13
7
14
env :
8
15
NPM_TAG : ' next'
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
You can’t perform that action at this time.
0 commit comments