Skip to content

Commit 01737ec

Browse files
authored
fix: fix release script (#1340)
Signed-off-by: Jose I. Paris <[email protected]>
1 parent 2b688f1 commit 01737ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/utils/bump-chart-and-dagger-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020
chart_yaml="${1}/Chart.yaml"
2121
values_yaml="${1}/values.yaml"
2222
dagger_main="${2}/main.go"
23-
semVer="${2}"
23+
semVer="${3}"
2424

2525
## Changes in Chart.yaml
2626
# If we are bumping to a canary version, we want to

0 commit comments

Comments
 (0)