You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I recently upgrade our version of Electron builder to the latest ( we were previously on 20.28.4 ). Since updating, whenever we build our app for snap, electron builder always tries to publish the snap to the snap store, even though in the builder config we had the publish key set to null under the linux config options which previously worked.
I've searched through the documentation and can't find a way to stop this behaviour anymore, we don't want to automatically let electron builder publish our app as we have our own custom publish scripts we run.
Any help would be appreciated 😀
Edit
Weirdly enough, this only seems to happen on travis CI. Running the build script locally ( which just calls electron builder ) does not attempt to publish to the snap store
The text was updated successfully, but these errors were encountered:
N/A
Snap
Hey, I recently upgrade our version of Electron builder to the latest ( we were previously on 20.28.4 ). Since updating, whenever we build our app for snap, electron builder always tries to publish the snap to the snap store, even though in the builder config we had the
publish
key set tonull
under thelinux
config options which previously worked.I've searched through the documentation and can't find a way to stop this behaviour anymore, we don't want to automatically let electron builder publish our app as we have our own custom publish scripts we run.
Any help would be appreciated 😀
Edit
Weirdly enough, this only seems to happen on travis CI. Running the build script locally ( which just calls electron builder ) does not attempt to publish to the snap store
The text was updated successfully, but these errors were encountered: