mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-02 05:50:50 +08:00
ci: allow same-version npm version
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
working-directory: desktop
|
||||
shell: pwsh
|
||||
run: |
|
||||
npm version $env:VERSION --no-git-tag-version
|
||||
npm version $env:VERSION --no-git-tag-version --allow-same-version
|
||||
|
||||
- name: Build Windows installer
|
||||
working-directory: desktop
|
||||
@@ -75,4 +75,3 @@ jobs:
|
||||
files: |
|
||||
desktop/dist/*Setup*.exe
|
||||
desktop/dist/*Setup*.exe.blockmap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user