Skip to content

Commit 2a7527a

Browse files
committed
fix script
1 parent bba1ec1 commit 2a7527a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releasing/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function create_release {
119119
additional_release_artifacts_arg=""
120120

121121
# Trigger workflow for respective modeule release
122-
gh workflow run "release-${module}" -f "release_type=${release_type}" -f "release_branch=${git_tag}"
122+
gh workflow run "release-${module}.yml" -f "release_type=${release_type}" -f "release_branch=${release_branch}"
123123

124124
# build `kustomize` binary
125125
if [[ "$module" == "kustomize" ]]; then

0 commit comments

Comments
 (0)