fix(ci): hardcode changelog-cache version for now.
This commit is contained in:
@@ -79,7 +79,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
run: |
|
run: |
|
||||||
ver=$(./temp/clustertool charts genchangelog format-version)
|
ver="1"
|
||||||
rev="1"
|
rev="1"
|
||||||
key="changelog-format-$ver-rev-$rev"
|
key="changelog-format-$ver-rev-$rev"
|
||||||
echo "Cache Key is: $key"
|
echo "Cache Key is: $key"
|
||||||
|
|||||||
Reference in New Issue
Block a user