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 4ceaa63 commit be25cb4Copy full SHA for be25cb4
.github/scripts/ipa_version_check.sh
@@ -3,7 +3,7 @@ set -eou pipefail
3
4
current_version=$(jq -r '.version' tools/spectral/ipa/package.json)
5
6
-previous_version=$(git show HEAD^:tools/spectral/ipa/package.json | jq -r '.version' || echo "none")
+previous_version=$(git show HEAD~1:tools/spectral/ipa/package.json | jq -r '.version' || echo "none")
7
8
if [[ "${previous_version}" == "${current_version}" ]]; then
9
echo "false"
0 commit comments