Skip to content

Commit

Permalink
fix: fixed missing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonbrsilva committed May 3, 2024
1 parent cc78239 commit 5a5a95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/release-creation/release-creation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ is_pre_release() {
}

is_release_created() {
[ "${1}" -eq "201" ]
[[ "${1}" -eq "201" ]]
}

check_required_parameters() {
Expand Down

0 comments on commit 5a5a95d

Please sign in to comment.