This action publish ipa to TestFlight and AppStore
Required. API key issuer ID.
Required. iTunes Connect API key id.
Required in either of the following form.
Content of iTunes Connect API key p8 file.
Path to iTunes Connect API key p8 file.
Required. Path to IPA file
If you have any other inputs you'd like to add, feel free to create PR.
Welcome your contributions!
Forked from https://github.com/yukiarrr/ios-build-action as a template
- uses: timnew/ios-release-action@v1.5.0
with:
ipa-path: "output.ipa"
api-key-issuer: ${{ secrets.ITUNES_CONNECT_API_ISSUER_ID }}
api-key-id: ${{ secrets.ITUNES_CONNECT_API_KEY_ID }}
api-key-content: ${{ secrets.ITUNES_CONNECT_API_PRIVATE_KEY }}