Skip to content

Commit

Permalink
Add teamId to notarize step to (hopefully) fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
spensbot committed Jun 22, 2024
1 parent 853698c commit 75049bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .erb/scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ exports.default = async function notarizeMacos(context) {
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASS,
tool: 'notarytool',
teamId: 'B78D2A6G55',
})
}

0 comments on commit 75049bf

Please sign in to comment.