diff --git a/pre_cache_action.sh b/pre_cache_action.sh index 703906c..47fb7f6 100755 --- a/pre_cache_action.sh +++ b/pre_cache_action.sh @@ -61,8 +61,8 @@ set -e log "Creating cache key..." # Forces an update in cases where an accidental breaking change was introduced -# and a global cache reset is required. -force_update_inc="1" +# and a global cache reset is required, or change in cache action requiring reload. +force_update_inc="2" value="${packages} @ ${version} ${force_update_inc}" log "- Value to hash is '${value}'."