Commit e300cd5
committed
ci: drop --keychain-password from notarytool submit too
The earlier fix removed --keychain-password from
notarytool store-credentials, but it was still on the
notarytool submit invocation. Same error:
Error: Unknown option '--keychain-password'
In notarytool 1.1.2, --keychain-password is not a valid
flag for either command. The keychain is already
unlocked (set-keychain-settings -lut 21600 keeps it
unlocked for 6 hours after the import step's
unlock-keychain call), so the keychain is accessible
without re-supplying the password.
Fix: drop --keychain-password from the submit call.
Verified locally that xcrun notarytool 1.1.2 (41) on
this Mac accepts --keychain and --keychain-profile
but not --keychain-password for submit.1 parent b4b9ece commit e300cd5
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
449 | 453 | | |
450 | 454 | | |
451 | 455 | | |
452 | 456 | | |
453 | | - | |
454 | 457 | | |
455 | 458 | | |
456 | 459 | | |
| |||
0 commit comments