Skip to content

Commit

Permalink
Bump force reload to accommodate update on cache action save version. #…
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 committed Feb 14, 2024
1 parent 75ab37e commit 2555a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_cache_action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ log "Creating cache key..."

# Forces an update in cases where an accidental breaking change was introduced
# and a global cache reset is required, or change in cache action requiring reload.
force_update_inc="2"
force_update_inc="3"

value="${packages} @ ${version} ${force_update_inc}"
log "- Value to hash is '${value}'."
Expand Down

0 comments on commit 2555a37

Please sign in to comment.