Skip to content

Commit 10cbacd

Browse files
fix: typo
1 parent c6a0af8 commit 10cbacd

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
@@ -43,7 +43,7 @@ jobs:
4343
permissions:
4444
contents: read
4545
id-token: write
46-
if: ${{ needs.check-version.outputs.version_changed == 'true' || inputs.externall_call }}
46+
if: ${{ needs.check-version.outputs.version_changed == 'true' || inputs.workflow_call }}
4747

4848
steps:
4949
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

0 commit comments

Comments
 (0)