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

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",