Skip to content

Commit

Permalink
fix: added treatment for non-rc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonbrsilva committed May 1, 2024
1 parent 23b0012 commit d5e40f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ get_last_among_release_candidates() {
add_release_candidate_suffix() {
fetch_tags_from_remote

version=$(get_last_among_release_candidates "${1}")
local version=$(get_last_among_release_candidates "${1}" || printf "%s" "${1}")

local new_tag="${version}-rc-1"

Expand Down

0 comments on commit d5e40f1

Please sign in to comment.