We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bec458 commit f138521Copy full SHA for f138521
.github/workflows/testflight.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: ./.github/actions/xcode-cache
41
- if: ${{ github.event.inputs.release }} == 'Debug'
42
run: brew install imagemagick
43
- - run: bundle exec fastlane swiftui_testflight_build configuration:"${{ github.event.inputs.release }}"
+ - run: bundle exec fastlane swiftui_testflight_build configuration:"${{ github.event.inputs.release || (github.event_name == 'pull_request' && 'Debug') || (github.event_name == 'release' && 'Release') }}"
44
timeout-minutes: 40
45
- uses: 8398a7/action-slack@v3
46
with:
0 commit comments