Skip to content

Commit 875a8a3

Browse files
committed
fix: change env name
1 parent a950e93 commit 875a8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notarize.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ module.exports = async function (params) {
2828
tool: "notarytool",
2929
appBundleId: appId,
3030
appPath: appPath,
31-
appleId: process.env.APPLE_ID,
32-
appleIdPassword: process.env.APPLE_PASSWORD,
31+
appleId: process.env.appleId,
32+
appleIdPassword: process.env.appleIdPassword,
3333
teamId: "7KPPP4K323",
3434
});
3535
} catch (error) {

0 commit comments

Comments
 (0)