File tree 5 files changed +48
-40
lines changed
components/src/icon/iconfont
5 files changed +48
-40
lines changed Original file line number Diff line number Diff line change @@ -14,32 +14,40 @@ jobs:
14
14
node_version : [12.x]
15
15
16
16
steps :
17
- - uses : actions/checkout@v2
18
-
19
- - run : npm install
20
- - run : npm run init
21
-
22
- - run : |
23
- cd tools/electron
24
- npm i
25
- npm run rebuild-native
26
- npm run link-local
27
- npm run pack
28
-
29
- - uses : " marvinpinto/action-automatic-releases@latest"
30
- with :
31
- repo_token : " ${{ secrets.GITHUB_TOKEN }}"
32
- prerelease : true
33
- files : |
34
- LICENSE
35
- tools/electron/dist/*.dmg
36
-
37
- - name : Release ✅
38
- if : ${{ success() }}
39
- run : |
40
- echo 执行成功
41
-
42
- - name : Release 🚨
43
- if : ${{ failure() }}
44
- run : |
45
- echo 执行失败
17
+ - uses : actions/checkout@v2
18
+
19
+ - name : Use Node.js ${{ matrix.node-version }}
20
+ uses : actions/setup-node@v1
21
+ with :
22
+ node-version : ${{ matrix.node-version }}
23
+
24
+ - name : Build
25
+ run : |
26
+ npm i
27
+ npm run init
28
+
29
+ - name : Package Electron
30
+ run : |
31
+ cd tools/electron
32
+ npm i
33
+ npm run rebuild-native
34
+ npm run link-local
35
+ npm run pack
36
+
37
+ - uses : " marvinpinto/action-automatic-releases@latest"
38
+ with :
39
+ repo_token : " ${{ secrets.GITHUB_TOKEN }}"
40
+ prerelease : true
41
+ files : |
42
+ LICENSE
43
+ tools/electron/dist/*.dmg
44
+
45
+ - name : Release ✅
46
+ if : ${{ success() }}
47
+ run : |
48
+ echo 执行成功
49
+
50
+ - name : Release 🚨
51
+ if : ${{ failure() }}
52
+ run : |
53
+ echo 执行失败
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opensumi/ide" ,
3
- "version" : " 2.12 .0" ,
3
+ "version" : " 2.13 .0" ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"prepare" : " husky install" ,
155
155
"write-pkg" : " ^4.0.0" ,
156
156
"yauzl" : " ^2.10.0"
157
157
}
158
- }
158
+ }
Original file line number Diff line number Diff line change 87
87
< h2 >
88
88
OpenSumi built-in icon list
89
89
</ h2 >
90
- < p > OpenSumi v2.12 .0</ p >
90
+ < p > OpenSumi v2.13 .0</ p >
91
91
< p > //at.alicdn.com/t/font_1432262_10kox0x8teb.css</ p >
92
92
93
93
< div > click to copy icon name</ div >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opensumi/sumi" ,
3
- "version" : " 2.12 .0" ,
3
+ "version" : " 2.13 .0" ,
4
4
"typings" : " index.d.ts" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
12
12
"build" : " ts-node ./build"
13
13
},
14
14
"dependencies" : {
15
- "@opensumi/ide-components" : " 2.12 .0" ,
15
+ "@opensumi/ide-components" : " 2.13 .0" ,
16
16
"@types/react" : " ^16.9.33" ,
17
17
"vscode-uri" : " ^3.0.2"
18
18
}
19
- }
19
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " template-name" ,
3
- "version" : " 2.12 .0" ,
3
+ "version" : " 2.13 .0" ,
4
4
"files" : [
5
5
" lib"
6
6
],
16
16
"url" :
" [email protected] :opensumi/core.git"
17
17
},
18
18
"dependencies" : {
19
- "@opensumi/ide-core-common" : " ^2.12 .0" ,
20
- "@opensumi/ide-core-node" : " ^2.12 .0"
19
+ "@opensumi/ide-core-common" : " ^2.13 .0" ,
20
+ "@opensumi/ide-core-node" : " ^2.13 .0"
21
21
},
22
22
"devDependencies" : {
23
- "@opensumi/ide-core-browser" : " ^2.12 .0" ,
23
+ "@opensumi/ide-core-browser" : " ^2.13 .0" ,
24
24
"@opensumi/ide-dev-tool" : " ^1.3.1"
25
25
}
26
- }
26
+ }
You can’t perform that action at this time.
0 commit comments