We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b7e11 commit 7f19daaCopy full SHA for 7f19daa
ecosystem_cicd_tools/release.py
@@ -214,7 +214,7 @@ def plugin_release_with_latest(plugin_name,
214
update_release(
215
"latest",
216
plugin_release_name,
217
- commit=version_release.commit,
+ commit=version_release.target_commitish,
218
)
219
latest_release = get_most_recent_release()
220
update_latest_release_resources(latest_release)
@@ -235,7 +235,7 @@ def blueprint_release_with_latest(plugin_name,
235
236
237
blueprint_release_name,
238
239
240
241
0 commit comments