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 1821776 commit d1ae4cdCopy full SHA for d1ae4cd
.github/workflows/ipa-release.yml
@@ -49,7 +49,7 @@ jobs:
49
needs: check-version
50
if: >-
51
!cancelled()
52
- && (!inputs.use_existing_tag || inputs.use_existing_tag == 'false')
+ && (!inputs.use_existing_tag && needs.check-version.outputs.version_changed == 'true')
53
steps:
54
- name: Validation of version format
55
run: |
0 commit comments