Skip to content

Commit 04f5e1e

Browse files
Fix Snap publishing (#1796)
Co-authored-by: Sindre Sorhus <[email protected]>
1 parent 0c937d7 commit 04f5e1e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,17 @@
133133
"camera",
134134
"removable-media"
135135
],
136-
"publish": "github"
136+
"publish": [
137+
{
138+
"provider": "github"
139+
},
140+
{
141+
"provider": "snapStore",
142+
"channels": [
143+
"stable"
144+
]
145+
}
146+
]
137147
},
138148
"win": {
139149
"verifyUpdateCodeSignature": false,

0 commit comments

Comments
 (0)