fix(desktop): do not try to publish release artifacts on tag

This commit is contained in:
kolaente 2025-08-17 21:25:48 +02:00
parent 7d1010193d
commit bfb2590e08
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
"dist": "electron-builder --publish never"
},
"build": {
"appId": "io.vikunja.desktop",