Skip to content

Commit 0d60f12

Browse files
author
earthmant
committed
update
1 parent 52700c5 commit 0d60f12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ecosystem_cicd_tools/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def blueprint_release_with_latest(plugin_name,
230230
if not get_release("latest"):
231231
create_release(
232232
"latest", "latest", blueprint_release_name,
233-
version_release.commit)
233+
version_release.target_commitish)
234234
else:
235235
update_release(
236236
"latest",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='cloudify-ecosystem-test',
6-
version='2.2.6',
6+
version='2.2.7',
77
license='LICENSE',
88
packages=[
99
'ecosystem_tests',

0 commit comments

Comments
 (0)