Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Jul 6, 2023
1 parent 3c863b4 commit 92dc0e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ jobs:
# prepare yaml parser
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'

- name: Install yq
run: |
pip3 install yq
yq -V
- name: Generate Chart.yaml
run: |
Expand Down

0 comments on commit 92dc0e8

Please sign in to comment.