mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
publish-image.yml: Fix condition for publishing images
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
f983acd341
commit
5a732c89a6
2
.github/workflows/publish-image.yml
vendored
2
.github/workflows/publish-image.yml
vendored
@ -92,9 +92,9 @@ jobs:
|
||||
done
|
||||
|
||||
[[ "$success" == "true" ]] || {
|
||||
gh release upload "${VERSION?}" "${asset}"
|
||||
echo "Updating release description failed."
|
||||
exit 1
|
||||
}
|
||||
|
||||
gh release upload "${VERSION?}" "${asset}"
|
||||
echo "Image published successfully."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user