We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4956c commit a99daf1Copy full SHA for a99daf1
.github/workflows/ipa-release.yml
@@ -49,7 +49,7 @@ jobs:
49
needs: check-version
50
if: >-
51
!cancelled()
52
- && inputs.use_existing_tag == 'false'
+ && (!inputs.use_existing_tag || inputs.use_existing_tag == 'false')
53
steps:
54
- name: Validation of version format
55
run: |
0 commit comments