chore: fix mac release step [skip e2e]

This commit is contained in:
Aman Harwara
2023-11-01 20:25:58 +05:30
parent ed30fec2ba
commit 79b47150d6
3 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ module.exports = async function (params) {
try {
electronNotarize
.notarize({
teamId: process.env.APPLE_TEAM_ID,
appBundleId: appId,
appPath: appPath,
appleId: process.env.NOTARIZE_APPLE_ID,