We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94363bb commit c9bd0b0Copy full SHA for c9bd0b0
tools/osx-notarize.sh
@@ -34,15 +34,10 @@ then
34
exit 1
35
fi
36
37
-# Submit the package for notarization
38
-# TODO(@ulisesGascon): refactor to use --keychain-profile
39
-# when https://github.com/nodejs/build/issues/3385#issuecomment-1729281269 is ready
40
echo "Submitting node-$pkgid.pkg for notarization..."
41
42
xcrun notarytool submit \
43
- --apple-id "$NOTARIZATION_ID" \
44
- --password "$NOTARIZATION_PASSWORD" \
45
- --team-id "$NOTARIZATION_TEAM_ID" \
+ --keychain-profile "NODE_RELEASE_PROFILE" \
46
--wait \
47
"node-$pkgid.pkg"
48
0 commit comments