Skip to content

Commit

Permalink
publish-image.yml: Fix condition for publishing images
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <[email protected]>
  • Loading branch information
theCalcaholic committed Apr 16, 2023
1 parent f983acd commit 5a732c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 5a732c8

Please sign in to comment.