add tag allow same version
Some checks failed
Release Electron App / release-desktop (push) Failing after 6m15s
Some checks failed
Release Electron App / release-desktop (push) Failing after 6m15s
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Set version from tag
|
||||
run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version
|
||||
run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version --allow-same-version
|
||||
|
||||
- name: Make App (Linux)
|
||||
run: npm run make -- --platform=linux --arch=x64
|
||||
|
||||
Reference in New Issue
Block a user