Skip to content

Commit

Permalink
Merge pull request #9299 from Expensify/andrew-team-id
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jun 2, 2022
2 parents e53300a + d26dda3 commit 8efaafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ exports.default = function notarizing(context) {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASSWORD,
teamId: '152696',
teamId: '368M544MTT',
});
};

0 comments on commit 8efaafa

Please sign in to comment.