Skip to content

Commit 38e2961

Browse files
ci(ipa): fix IPA release tag creation (#892)
1 parent 15911ac commit 38e2961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ipa-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
needs: check-version
5050
if: >-
5151
!cancelled()
52-
&& inputs.use_existing_tag == 'false'
52+
&& (!inputs.use_existing_tag || inputs.use_existing_tag == 'false')
53+
&& needs.check-version.outputs.version_changed == 'true'
5354
steps:
5455
- name: Validation of version format
5556
run: |

0 commit comments

Comments
 (0)