Skip to content

Commit

Permalink
fix: change env name
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Oct 14, 2024
1 parent 34570b2 commit a950e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ module.exports = async function (params) {
tool: "notarytool",
appBundleId: appId,
appPath: appPath,
appleId: process.env.appleId,
appleIdPassword: process.env.appleIdPassword,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_PASSWORD,
teamId: "7KPPP4K323",
});
} catch (error) {
Expand Down

0 comments on commit a950e93

Please sign in to comment.