Skip to content

Commit 0e83759

Browse files
committed
fixed action
1 parent bd7b332 commit 0e83759

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cr.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ main() {
5656
local mark_as_latest=true
5757
local packages_with_index=false
5858
local pages_branch=
59+
local prerelease=false
5960

6061
parse_command_line "$@"
6162

@@ -337,7 +338,7 @@ release_charts() {
337338
if [[ -n "$pages_branch" ]]; then
338339
args+=(--pages-branch "$pages_branch")
339340
fi
340-
if [[ "$prerelease" = "true" ]]; then
341+
if [[ "$prerelease" = true ]]; then
341342
args+=(--prerelease "$prerelease")
342343
fi
343344
echo 'Releasing charts...'

0 commit comments

Comments
 (0)