Skip to content

Commit 1f3a8ea

Browse files
author
Sophia Marie Terry
committed
fix versiom bump logic
1 parent c94c84e commit 1f3a8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ipa-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
previous_version=$(git tag --sort=-v:refname | head -n 1 || echo "none")
3030
echo "Previous version: $previous_version"
3131
32-
version_bump=$([[ "$previous_version" != "v$current_version" ]])
32+
version_bump=$([[ "$previous_version" != "v$current_version" ]] && echo "true" || echo "false")
3333
- name: Check Changelog
3434
env:
3535
NEW_VERSION: ${{ steps.version_check.outputs.version_bump }}

0 commit comments

Comments
 (0)