We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b688f1 commit 01737ecCopy full SHA for 01737ec
1 file changed
.github/workflows/utils/bump-chart-and-dagger-version.sh
@@ -20,7 +20,7 @@ fi
20
chart_yaml="${1}/Chart.yaml"
21
values_yaml="${1}/values.yaml"
22
dagger_main="${2}/main.go"
23
-semVer="${2}"
+semVer="${3}"
24
25
## Changes in Chart.yaml
26
# If we are bumping to a canary version, we want to
0 commit comments