Skip to content

Commit

Permalink
Do not use identifier
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Sep 6, 2023
1 parent 97778b2 commit 5080979
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions release_management/create_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,11 @@ def _stratis_cli_artifacts(namespace):
if release_version != namespace.version:
raise RuntimeError("Version mismatch.")

r_v = ReleaseVersion(release_version, namespace.pre_release_suffix)

make_source_tarball("stratis-cli", r_v, output_path)
make_source_tarball(
"stratis-cli",
ReleaseVersion(release_version, namespace.pre_release_suffix),
output_path,
)


if __name__ == "__main__":
Expand Down

0 comments on commit 5080979

Please sign in to comment.