We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 552b248 + 1bd67fa commit 5f1a68eCopy full SHA for 5f1a68e
ci/release-info.py
@@ -46,7 +46,7 @@ def read_version(manifest_path, ref=None):
46
else:
47
raise ValueError('unexpected event name ' + event_name)
48
49
-version = read_version('./Cargo.toml', ref)
+version = read_version('./catalyst-toolbox/Cargo.toml', ref)
50
release_flags = ''
51
if release_type == 'tagged':
52
read_version('./Cargo.toml', ref)
0 commit comments