Skip to content

Commit 7f19daa

Browse files
author
earthmant
committed
fix property name
1 parent 15b7e11 commit 7f19daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecosystem_cicd_tools/release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def plugin_release_with_latest(plugin_name,
214214
update_release(
215215
"latest",
216216
plugin_release_name,
217-
commit=version_release.commit,
217+
commit=version_release.target_commitish,
218218
)
219219
latest_release = get_most_recent_release()
220220
update_latest_release_resources(latest_release)
@@ -235,7 +235,7 @@ def blueprint_release_with_latest(plugin_name,
235235
update_release(
236236
"latest",
237237
blueprint_release_name,
238-
commit=version_release.commit,
238+
commit=version_release.target_commitish,
239239
)
240240
latest_release = get_most_recent_release()
241241
update_latest_release_resources(latest_release)

0 commit comments

Comments
 (0)