Skip to content

Commit 325f159

Browse files
author
Sophia Marie Terry
committed
Add if to check version change status before publishing
1 parent f81ef89 commit 325f159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ipa-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
permissions:
4141
contents: read
4242
id-token: write
43-
43+
if: ${{ env.version_changed == 'true' }}
44+
4445
steps:
4546
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4647
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)