We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486a997 commit 165157dCopy full SHA for 165157d
.github/workflows/check-package-gate.yml
@@ -62,6 +62,7 @@ jobs:
62
previous_version=""
63
64
if [[ -n "$previous_spec" ]]; then
65
+ echo "Previous spec exists"
66
# previous_version=$(rpmspec --parse <(git show ${{ env.base_sha }}:"$spec") | grep -E "^Version:\s*(.*)" | awk '{print $2}')
67
fi
68
echo "Previous version: $previous_version"
0 commit comments