File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
android/fastlane/metadata/android/fr-FR/changelogs Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ jobs:
3939 apk : " true"
4040 secrets : inherit
4141
42- build-ios :
42+ # build-ios:
4343 # set if false to disable iOS branch of build
4444# if: ${{ needs.conventional-release.outputs.new_release_published == 'true' }}
45- needs :
46- - test
45+ # needs:
46+ # - test
4747# - conventional-release
4848# - parse-screenshot
49- uses : ./.github/workflows/03-build-ios.yml
50- with :
49+ # uses: ./.github/workflows/03-build-ios.yml
50+ # with:
5151# screenshot: ${{ needs.parse-screenshot.outputs.contains_screenshot }}
52- ipa : " true"
53- secrets : inherit
52+ # ipa: "true"
53+ # secrets: inherit
5454
5555 upload-android :
5656# if: ${{ needs.parse-screenshot.outputs.contains_screenshot == 'false' }}
You can’t perform that action at this time.
0 commit comments