This commit is contained in:
parent
8f59c08799
commit
5884c3165a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def main [
|
|||
and
|
||||
(not ($env | get -i GITHUB_SHA | is-empty))
|
||||
) {
|
||||
$tags | append $"($env.GITHUB_RUN_NUMBER)-($env.GITHUB_SHA | str substring 0..8)"
|
||||
$tags | append $"($env.GITHUB_RUN_NUMBER)-($env.GITHUB_SHA | str substring 0..7)"
|
||||
} else {
|
||||
$tags
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue