chore(ci): manually update cache key on format change

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Stavros Kois
2024-06-09 02:31:56 +03:00
committed by GitHub
parent 6562794ee8
commit a2727fb8bf
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: changelog.json.gz
key: changelog-json-${{ hashFiles('charttool') }}
key: changelog-json-format-2
- name: Generate Changelog
shell: bash