Skip to content

Commit bfb2590

Browse files
committed
fix(desktop): do not try to publish release artifacts on tag
1 parent 7d10101 commit bfb2590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"start": "electron .",
1616
"pack": "electron-builder --dir",
17-
"dist": "electron-builder"
17+
"dist": "electron-builder --publish never"
1818
},
1919
"build": {
2020
"appId": "io.vikunja.desktop",

0 commit comments

Comments
 (0)