We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ce3c5 commit 79b3938Copy full SHA for 79b3938
.github/workflows/config-pr-2-confirm.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
version=$(yq '.version' metadata.yaml)
71
72
- if [[ "${version}" == "null" ]]; then
+ if [[ "${version}" == "null" || "${version}" == "" ]]; then
73
echo "before=null" >> $GITHUB_OUTPUT
74
echo "after=1.0" >> $GITHUB_OUTPUT
75
exit 0
0 commit comments