Skip to content

Commit

Permalink
ci: update whats-new
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 authored Oct 1, 2022
1 parent 171b619 commit c670617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- run: pip install codemagic-cli-tools

- if: github.event_name != 'release'
run: app-store-connect publish --verbose --testflight --max-build-processing-wait 360
run: app-store-connect publish --verbose --testflight --max-build-processing-wait 360 --whats-new "New features and minor bug fixes."

- if: github.event_name == 'release'
run: app-store-connect publish --verbose --app-store --max-build-processing-wait 360
run: app-store-connect publish --verbose --app-store --max-build-processing-wait 360 --whats-new "New features and minor bug fixes."

0 comments on commit c670617

Please sign in to comment.