diff --git a/scripts/dist.sh b/scripts/dist.sh index 2716551f9..cf5531b13 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -58,7 +58,7 @@ fi # Upload if [ ! -z $HC_RELEASE ]; then - hc-releases -upload $DIR/pkg/dist + hc-releases -upload $DIR/pkg/dist --publish --purge fi exit 0