File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 14
14
- stage : release
15
15
script : bin/ci-release.sh
16
16
17
+ deploy :
18
+ provider : releases
19
+ api_key :
20
+ secure : " Wt9gFsQqxwFOnLFuMgc6fy1d4Z4T2v3xfyhb4+bqip/MTUR3K9vwUAmvsxWe6/rPfFsdWb+Iou2VH5t3Bh5lck2yxzG28S0sxDoLkdB2cAkcIDxGWfxxoi62V3IFFkXs5XHcQuTXGLjJymDv+824SaEIid+ePliW4imDUXNJP9gSohTG+zZzNSvKJpipduXd3p+LRkk+HQGMZPHRv2jn24xLpTRkn6uiSVI8xUjA93K04vq3O8CU58/L77GpB5oVZm4GZXr9GgFVI5FsgVi9ps5Glnm4v87d3jTw4sjGy274QbB89Ys43hkUUm4Zu/JlxfZlhkp/o/u+gLuJ/XT65NxTikI9LeY8g5KwM0kA2jQMIL70Iyl+jiJ8f9Venm97toa5/4rKkIqwHkdf2I2f+VRDu2LFtk0VzOjb3mPmAhoOLPWUfLphKJTuIhaI0pdATts9BhJ6bYjj7qLdviRGnx7bOASxCqwPNAGNCXWEVEesMF7Y/Bu56eONFi70pECi3WWgISZjeDhotyKyTusixzQWTWZcBJQ02Ua//JCR0d2Dx33ANEoabwUPaIZ+pLhj8Awaojxf1F0pepWiWCB2DiweXGVfZQyU/EGkBY7tB9HiYNPpNfbAYeqVuIst1DHsYAzPmOhEONrzjKSJBd9bcuX0n7VL15OVRzV5SDmCCS8="
21
+ file_glob : true
22
+ file : *.vsix
23
+ skip_cleanup : true
24
+ on :
25
+ tags : true
26
+
17
27
cache : yarn
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ NEW_VERSION=${TRAVIS_TAG#"v"}
8
8
yarn install
9
9
yarn build
10
10
yarn test
11
+ vsce package
11
12
12
13
# Update package.json and CHANGELOG.md
13
14
set-up-ssh () {
Original file line number Diff line number Diff line change 47
47
"ts-node" : " ^8.3.0" ,
48
48
"tsc" : " ^1.20150623.0" ,
49
49
"typescript" : " ^3.5.3" ,
50
- "vsce" : " ^1.66 .0" ,
50
+ "vsce" : " ^1.74 .0" ,
51
51
"vscode-tmgrammar-test" : " 0.0.5"
52
52
},
53
53
"scripts" : {
You can’t perform that action at this time.
0 commit comments