We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bb7a8 commit 3edfcd9Copy full SHA for 3edfcd9
1 file changed
entrypoint.sh
@@ -69,7 +69,7 @@ gh_release_api() {
69
## Check for Github Release existence
70
#
71
# docs ref: https://developer.github.com/v3/repos/releases/#get-a-release-by-tag-name
72
-release_id="$(gh_release_api "tags/$tag" | jq -r '.id | select(. != null)')"
+release_id="$(gh_release_api "tags/$tag" | jq -r '.id | values')"
73
74
if [ -n "$release_id" ] && [ "$INPUT_ALLOW_OVERRIDE" != "true" ]; then
75
>&2 echo "::error::missing: allow_override (see log for details)"
0 commit comments