File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - master
6+ - feat/** # debug
67 tags :
78 - v*
89 - v*.*.*
2627 - run : npm test
2728 if : runner.os != 'Linux'
2829 - name : Pre release
29- if : success() && startsWith(github.ref, 'refs/tags/')
30- run : vsce package --no-yarn
30+ if : success()
31+ run : npm run package.patch
3132 env :
3233 VSCE_PAT : ${{ secrets.VS_MARKETPLACE_TOKEN }}
Original file line number Diff line number Diff line change 11name : release
22on :
3- push :
4- branches :
5- - master
63 release :
74 types :
85 - created
Original file line number Diff line number Diff line change 235235 "scripts" : {
236236 "compile" : " tsc -p ./" ,
237237 "watch" : " tsc -watch -p ./" ,
238- "package" : " vsce package --no-yarn" ,
238+ "package.patch " : " vsce package patch --no-yarn" ,
239239 "release" : " vsce publish --no-yarn" ,
240240 "pretest" : " npm run compile && npm run lint" ,
241241 "lint" : " eslint src --ext ts" ,
You can’t perform that action at this time.
0 commit comments