Skip to content

Commit 5555c8d

Browse files
committed
ci: allow same-version npm version
1 parent f38af4c commit 5555c8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
working-directory: desktop
5959
shell: pwsh
6060
run: |
61-
npm version $env:VERSION --no-git-tag-version
61+
npm version $env:VERSION --no-git-tag-version --allow-same-version
6262
6363
- name: Build Windows installer
6464
working-directory: desktop
@@ -75,4 +75,3 @@ jobs:
7575
files: |
7676
desktop/dist/*Setup*.exe
7777
desktop/dist/*Setup*.exe.blockmap
78-

0 commit comments

Comments
 (0)