Skip to content
3 changes: 2 additions & 1 deletion .github/workflows/ipa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
needs: check-version
if: >-
!cancelled()
&& inputs.use_existing_tag == 'false'
&& (!inputs.use_existing_tag || inputs.use_existing_tag == 'false')
&& needs.check-version.outputs.version_changed == 'true'
steps:
- name: Validation of version format
run: |
Expand Down