Skip to content

Commit 7bf5636

Browse files
committed
Check what version of helm the workflow has
1 parent 59a8c86 commit 7bf5636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/version-bump.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- name: Replace Versions
4040
run: |
41+
helm version
4142
yq -i e '.version = env(CHART_VERSION) | .appVersion = env(IC_VERSION)' charts/nginx-ingress/Chart.yaml
4243
cat charts/nginx-ingress/Chart.yaml
4344
cat > .github/data/version.txt << EOF

0 commit comments

Comments
 (0)