Skip to content

Commit 9781b66

Browse files
committed
Correct !=
1 parent 27bef40 commit 9781b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ if [[ ${#PUBLISH_CHARTS[@]} -gt 0 ]]; then
318318
echo -e "${RED}----------------------------${NONE}"
319319
printf ' * %s \n' "${CHARTS_ERR[@]}"
320320
echo -e "${RED}----------------------------${NONE}"
321-
if [[ "${INPUT_FORCE,,}" != "true" ]]; then
321+
if [[ "${INPUT_FORCE,,}" == "true" ]]; then
322322
log "Forcing Publish"
323323
else
324324
exit 1;

0 commit comments

Comments
 (0)