Skip to content

Commit

Permalink
Why can't CI/CD just work... Switch to notarytool to (hopefully) fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
spensbot committed Jun 22, 2024
1 parent f935aeb commit 853698c
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 @@ -29,5 +29,6 @@ exports.default = async function notarizeMacos(context) {
// appleApiKey: process.env.APPLE_API_KEY,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASS,
tool: 'notarytool',
})
}

0 comments on commit 853698c

Please sign in to comment.