We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94c84e commit 1f3a8eaCopy full SHA for 1f3a8ea
.github/workflows/ipa-changelog.yml
@@ -29,7 +29,7 @@ jobs:
29
previous_version=$(git tag --sort=-v:refname | head -n 1 || echo "none")
30
echo "Previous version: $previous_version"
31
32
- version_bump=$([[ "$previous_version" != "v$current_version" ]])
+ version_bump=$([[ "$previous_version" != "v$current_version" ]] && echo "true" || echo "false")
33
- name: Check Changelog
34
env:
35
NEW_VERSION: ${{ steps.version_check.outputs.version_bump }}
0 commit comments