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 bba1ec1 commit 2a7527aCopy full SHA for 2a7527a
releasing/create-release.sh
@@ -119,7 +119,7 @@ function create_release {
119
additional_release_artifacts_arg=""
120
121
# Trigger workflow for respective modeule release
122
- gh workflow run "release-${module}" -f "release_type=${release_type}" -f "release_branch=${git_tag}"
+ gh workflow run "release-${module}.yml" -f "release_type=${release_type}" -f "release_branch=${release_branch}"
123
124
# build `kustomize` binary
125
if [[ "$module" == "kustomize" ]]; then
0 commit comments