diff --git a/extra_lib_examples/job_payload/om3_release.py b/extra_lib_examples/job_payload/om3_release.py index 780fc81..34f499b 100644 --- a/extra_lib_examples/job_payload/om3_release.py +++ b/extra_lib_examples/job_payload/om3_release.py @@ -15,6 +15,7 @@ def __call__(context: Context): "options": { "job-origin": yaml.safe_dump(job_origin, sort_keys=False), "action": context.action, + "code-to-test": context.tag_name, "release-tag": context.tag_name, "release-name": context.release_name, "pre-release": context.prerelease,