Skip to content

Commit 7ce67f1

Browse files
author
Sophia Marie Terry
committed
Fix output parsing
1 parent 325f159 commit 7ce67f1

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
@@ -40,7 +40,7 @@ jobs:
4040
permissions:
4141
contents: read
4242
id-token: write
43-
if: ${{ env.version_changed == 'true' }}
43+
if: ${{ needs.check-version.outputs.version_changed == 'true' }}
4444

4545
steps:
4646
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

0 commit comments

Comments
 (0)