File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ release :
8
+ types :
9
+ - created
7
10
8
11
jobs :
9
12
release :
17
20
node-version : 14.x
18
21
- run : npm install
19
22
- run : xvfb-run -a npm test
23
+ - run : npm install vsce --save-dev
20
24
- name : Publish
21
25
if : success() && startsWith( github.ref, 'refs/tags/releases/')
22
26
run : npm run deploy
Original file line number Diff line number Diff line change 3
3
"displayName" : " Random GTIN Generator" ,
4
4
"description" : " " ,
5
5
"publisher" : " KemalOgunIsik" ,
6
+ "icon" : " resources/extension_icon.png" ,
6
7
"repository" : {
7
8
"type" : " git" ,
8
9
"url" : " https://github.com/ogun/random-gtin-generator"
9
10
},
10
- "version" : " 0.0.1" ,
11
+ "author" : {
12
+ "name" : " Kemal Ogun Isik" ,
13
+ "url" : " https://github.com/ogun"
14
+ },
15
+ "version" : " 0.0.2" ,
11
16
"engines" : {
12
17
"vscode" : " ^1.56.0"
13
18
},
14
19
"categories" : [
15
20
" Other"
16
21
],
22
+ "keywords" : [
23
+ " gtin" ,
24
+ " gtin-14" ,
25
+ " barcode"
26
+ ],
17
27
"activationEvents" : [
18
28
" onCommand:random-gtin-generator.create"
19
29
],
You can’t perform that action at this time.
0 commit comments