Skip to content

Commit a99daf1

Browse files
fix: test with undef input
1 parent 9c4956c commit a99daf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ipa-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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')
5353
steps:
5454
- name: Validation of version format
5555
run: |

0 commit comments

Comments
 (0)