Skip to content

Commit

Permalink
Fix parameter name for release tag workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Aug 27, 2024
1 parent 70e4b3a commit 3049ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/release-workflows/release-tag.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pipeline {
steps {
echo 'Triggering manifest lock workflow'
build job: 'release-manifest-commit-lock', wait: true, parameters: [
string(name: 'RELEASE_VERSION', value: "${params.RELEASE_VERSION}"),
string(name: 'RELEASE_VERSION', value: "${params.VERSION}"),
string(name: 'MANIFEST_LOCK_ACTION', value: "UPDATE_TO_TAGS")
]
echo 'Pull Request to lock manifest created successfully!'
Expand Down

0 comments on commit 3049ba2

Please sign in to comment.