File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
+ - name : Check
14
+ if : ${{ github.repository_owner != 'hpcc-systems' }}
15
+ run : |
16
+ echo "Not hpcc-systems repository"
17
+ exit 1
18
+
13
19
- uses : actions/checkout@v2
14
20
- uses : actions/setup-node@v1
15
21
with :
Original file line number Diff line number Diff line change 35
35
"standard-version" : " standard-version" ,
36
36
"vscode:prepublish" : " run-s clean build" ,
37
37
"git-push" : " git push --follow-tags upstream trunk" ,
38
+ "git-push-origin" : " git push --follow-tags origin trunk" ,
38
39
"vsce-publish" : " vsce publish" ,
39
40
"vsce-publish-pre-release" : " vsce publish --pre-release" ,
40
41
"vsce-package" : " vsce package -o ./hpcc-systems.ecl.vsix" ,
41
42
"rm-hpcc" : " rimraf ./node_modules/@hpcc-js" ,
42
43
"tag" : " run-s standard-version git-push" ,
43
- "tag-pre-release" : " run-s standard-version vsce-publish-pre-release" ,
44
+ "tag-pre-release" : " run-s standard-version git-push vsce-publish-pre-release" ,
44
45
"update-major" : " npx npm-check-updates -u" ,
45
46
"update" : " npx npm-check-updates -u -t minor"
46
47
},
1613
1614
}
1614
1615
]
1615
1616
}
1616
- }
1617
+ }
You can’t perform that action at this time.
0 commit comments