We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bef40 commit 9781b66Copy full SHA for 9781b66
release.sh
@@ -318,7 +318,7 @@ if [[ ${#PUBLISH_CHARTS[@]} -gt 0 ]]; then
318
echo -e "${RED}----------------------------${NONE}"
319
printf ' * %s \n' "${CHARTS_ERR[@]}"
320
321
- if [[ "${INPUT_FORCE,,}" != "true" ]]; then
+ if [[ "${INPUT_FORCE,,}" == "true" ]]; then
322
log "Forcing Publish"
323
else
324
exit 1;
0 commit comments