File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 85
85
name : angular-dist
86
86
path : dist
87
87
88
- - name : Modify package.json version for electron
89
- uses : maxgfr/github-change-json@main
90
- with :
91
- key : ' version'
92
- value : ' ${{ github.event.inputs.tag-name }}'
93
- path : package.json
94
-
95
88
- run : npm run electron:build:only
96
89
97
90
- name : Create Release
@@ -191,13 +184,6 @@ jobs:
191
184
name : angular-dist
192
185
path : dist
193
186
194
- - name : Modify package.json version for electron
195
- uses : maxgfr/github-change-json@main
196
- with :
197
- key : ' version'
198
- value : ' ${{ github.event.inputs.tag-name }}'
199
- path : package.json
200
-
201
187
- run : npm run electron:build:only
202
188
203
189
- name : Upload Release Asset Windows Electron
@@ -248,13 +234,6 @@ jobs:
248
234
name : angular-dist
249
235
path : dist
250
236
251
- - name : Modify package.json version for electron
252
- uses : maxgfr/github-change-json@main
253
- with :
254
- key : ' version'
255
- value : ' ${{ github.event.inputs.tag-name }}'
256
- path : package.json
257
-
258
237
- run : npm run electron:build:only
259
238
260
239
- name : Upload Release Asset Mac Electron
You can’t perform that action at this time.
0 commit comments