Use Python 3.9 for the script
This commit is contained in:
parent
9e523efaa6
commit
616670a289
5
.github/workflows/publish-helm-charts.yaml
vendored
5
.github/workflows/publish-helm-charts.yaml
vendored
@ -13,6 +13,11 @@ jobs:
|
||||
# determining the number of commits since the last tag
|
||||
fetch-depth: 0
|
||||
|
||||
# Use an up-to-date version of Python for the script
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
|
||||
# This action packages and pushes the chart
|
||||
- name: Publish charts
|
||||
run: ./scripts/publish-charts.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user