diff --git a/.github/workflows/ios_deploy.yml b/.github/workflows/ios_deploy.yml index d3b82475..ad14c172 100644 --- a/.github/workflows/ios_deploy.yml +++ b/.github/workflows/ios_deploy.yml @@ -60,7 +60,7 @@ jobs: keychain add-certificates --certificate /tmp/certificate.p12 --certificate-password $DIST_CERTIFICATE_PASSWORD - name: Setup Code signing settings on Xcode project - run: xcode-project user-profiles + run: xcode-project use-profiles - name: Build ipa for Distribution