Skip to content

Commit abdd461

Browse files
authored
revert version changes
1 parent 3f5e37f commit abdd461

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ jobs:
8585
name: angular-dist
8686
path: dist
8787

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-
9588
- run: npm run electron:build:only
9689

9790
- name: Create Release
@@ -191,13 +184,6 @@ jobs:
191184
name: angular-dist
192185
path: dist
193186

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-
201187
- run: npm run electron:build:only
202188

203189
- name: Upload Release Asset Windows Electron
@@ -248,13 +234,6 @@ jobs:
248234
name: angular-dist
249235
path: dist
250236

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-
258237
- run: npm run electron:build:only
259238

260239
- name: Upload Release Asset Mac Electron

0 commit comments

Comments
 (0)