Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed Mar 16, 2024
1 parent 1dbcf27 commit b61ed93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
build-ios:
name: Build iOS (.ipa)
needs: [run-integration-tests]
if: false # TODO(@vodemn) implement ipa uploading to App Store
if: ${{ always() && !failure() && !cancelled() }}
uses: ./.github/workflows/build_ipa.yml
secrets: inherit
with:
Expand Down

0 comments on commit b61ed93

Please sign in to comment.