fix(ci): Fix publishing latest tag for default-flatpaks (#379)
This commit is contained in:
parent
9c40055f29
commit
49362d8aae
1 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ let images = ls modules | each { |moduleDir|
|
||||||
let latest = ($versioned | last)
|
let latest = ($versioned | last)
|
||||||
($versioned
|
($versioned
|
||||||
| update (($versioned | length) - 1) # update the last / latest item in list
|
| update (($versioned | length) - 1) # update the last / latest item in list
|
||||||
($latest | update "tags" ($latest.tags | append latest_tag)) # append tag which should only be given to the latest version
|
($latest | update "tags" ($latest.tags | append $latest_tag)) # append tag which should only be given to the latest version
|
||||||
)
|
)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -94,4 +94,4 @@ $images | par-each { |img|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print $"(ansi green_bold)DONE!(ansi reset)"
|
print $"(ansi green_bold)DONE!(ansi reset)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue