Skip to content

Commit 54f865b

Browse files
author
Sophia Marie Terry
committed
output correction
1 parent 7ce67f1 commit 54f865b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ipa-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on:
1111
jobs:
1212
check-version:
1313
runs-on: ubuntu-latest
14-
14+
outputs:
15+
version_changed: ${{ steps.version_check.outputs.version_changed }}
16+
1517
steps:
1618
- name: Checkout Repository
1719
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

0 commit comments

Comments
 (0)