Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Jul 4, 2020
1 parent d1bb7a8 commit 3edfcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ gh_release_api() {
## Check for Github Release existence
#
# docs ref: https://developer.github.com/v3/repos/releases/#get-a-release-by-tag-name
release_id="$(gh_release_api "tags/$tag" | jq -r '.id | select(. != null)')"
release_id="$(gh_release_api "tags/$tag" | jq -r '.id | values')"

if [ -n "$release_id" ] && [ "$INPUT_ALLOW_OVERRIDE" != "true" ]; then
>&2 echo "::error::missing: allow_override (see log for details)"
Expand Down

0 comments on commit 3edfcd9

Please sign in to comment.