Skip to content

Commit

Permalink
Replace list-certificates with certificates list for our `sz depl…
Browse files Browse the repository at this point in the history
…oy` command (#1598)

`app-storec-connect list-certificates` are deprecated, see: 


https://github.com/codemagic-ci-cd/cli-tools/blob/0bed134d36130ae0408fe973bd5fcd982f98f251/CHANGELOG.md?plain=1#L90

We need to replace it with `app-storec-connect certificates list`.
nilsreichardt authored May 3, 2024
1 parent d17acbe commit 0958128
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -81,7 +81,8 @@ Future<void> _listMacCertificates(ProcessRunner processRunner) async {
await processRunner.run(
[
'app-store-connect',
'list-certificates',
'certificates',
'list',
'--type',
'MAC_INSTALLER_DISTRIBUTION',
'--save',

0 comments on commit 0958128

Please sign in to comment.