Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
Signed-off-by: danCrespo <117232080+danCrespo@users.noreply.github.com>
  • Loading branch information
danCrespo committed Sep 14, 2023
1 parent 50a0e6e commit eaec549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-package
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ get_last_release() {
"https://api.github.com/repos/${REPOSITORY}/releases/latest" 2>/dev/null >&1
)"

message="$(echo "${last_release}" | grep 'message')"
message="$(echo "${last_release}" | grep 'message')" || ' '

if [[ -n "${message}" ]] && [[ "$(echo "${message//\"/}" | cut -d: -f2 | tr -d , | tr -d ' ')" == 'NotFound' ]]; then
tag_name=NotFound
Expand Down

0 comments on commit eaec549

Please sign in to comment.