Skip to content

Commit d8848f5

Browse files
fix
1 parent 2a062b1 commit d8848f5

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 && needs.check-version.outputs.version_changed == 'true')
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)