fix(ci): Fix publishing latest tag for default-flatpaks (#379)

This commit is contained in:
Gerald Pinder 2024-12-25 00:08:58 -05:00 committed by GitHub
parent 9c40055f29
commit 49362d8aae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ let images = ls modules | each { |moduleDir|
let latest = ($versioned | last)
($versioned
| 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)"