diff --git a/scripts/iso_build.sh b/scripts/iso_build.sh index a8288bd..10bdbf4 100755 --- a/scripts/iso_build.sh +++ b/scripts/iso_build.sh @@ -175,7 +175,7 @@ elif [ "${ACTION}" = "dailybase" ]; then ) elif [ "${ACTION}" = "monthly" ] || [ "${ACTION}" = "release" ]; then - if [ "${ACTION}" = "monthly" ]; then + if [ "${ACTION}" = "monthly" ] && [ -z "${SABAYON_RELEASE}" ]; then # always one month ahead SABAYON_RELEASE=$(/bin/date -u --date="$(/bin/date -u +%g-%m-%d) +1 month" "+%g.%m") fi