Skip to content

Commit 768474a

Browse files
authored
Merge pull request #163 from cloudify-cosmo/another-issue
dealing with issues
2 parents 0f8b4b9 + be6b0ce commit 768474a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/package_release.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
from ecosystem_cicd_tools.validations import get_plugin_yaml_version
44

55

6-
setup_py = path.join(
6+
plugin_yaml = path.join(
77
path.abspath(path.join(path.dirname(__file__), pardir)),
8-
'setup.py')
8+
'plugin.yaml')
99

1010

1111
if __name__ == '__main__':
1212
plugin_release_with_latest(
13-
'cloudify-vsphere-plugin', get_plugin_yaml_version(setup_py))
13+
'cloudify-vsphere-plugin', get_plugin_yaml_version(plugin_yaml))

0 commit comments

Comments
 (0)