Skip to content

Commit

Permalink
Latest version should use un-suffixed alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Apr 22, 2023
1 parent 75703c1 commit 3616c52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{{ custom_alias_name | trim }}

{%- elif node.version -%}
{%- elif node.version and not node.is_latest_version -%}

{{ return(node.name ~ "_v" ~ (node.version | replace(".", "_"))) }}

Expand Down

0 comments on commit 3616c52

Please sign in to comment.