Skip to content

Commit

Permalink
revert version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Sep 22, 2022
1 parent 3f5e37f commit abdd461
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ jobs:
name: angular-dist
path: dist

- name: Modify package.json version for electron
uses: maxgfr/github-change-json@main
with:
key: 'version'
value: '${{ github.event.inputs.tag-name }}'
path: package.json

- run: npm run electron:build:only

- name: Create Release
Expand Down Expand Up @@ -191,13 +184,6 @@ jobs:
name: angular-dist
path: dist

- name: Modify package.json version for electron
uses: maxgfr/github-change-json@main
with:
key: 'version'
value: '${{ github.event.inputs.tag-name }}'
path: package.json

- run: npm run electron:build:only

- name: Upload Release Asset Windows Electron
Expand Down Expand Up @@ -248,13 +234,6 @@ jobs:
name: angular-dist
path: dist

- name: Modify package.json version for electron
uses: maxgfr/github-change-json@main
with:
key: 'version'
value: '${{ github.event.inputs.tag-name }}'
path: package.json

- run: npm run electron:build:only

- name: Upload Release Asset Mac Electron
Expand Down

0 comments on commit abdd461

Please sign in to comment.