Merge pull request #508 from padloc/fix/publish-snap-on-release

Fix publishing snap in GitHub release
This commit is contained in:
Bruno Bernardino 2022-07-27 10:38:38 +01:00 committed by GitHub
commit 908b855948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ async function main() {
snap: {
confinement: "strict",
plugs: ["desktop", "home", "browser-support", "network", "opengl", "x11", "wayland", "unity7"],
publish: ["github"],
},
afterSign: "scripts/notarize.js",
};