add tag allow same version
Some checks failed
Release Electron App / release-desktop (push) Failing after 6m15s

This commit is contained in:
2026-03-03 15:42:40 +01:00
parent 74484a7c07
commit 7e7239bd9a

View File

@@ -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