Skip to content

Commit d92e19a

Browse files
zOnlyKroksFrederic Spiers
authored andcommitted
Add check for empty changed charts in release workflow
Signed-off-by: Finn Rades <[email protected]>
1 parent 78206b2 commit d92e19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
CHANGED_CHARTS="${{ steps.chart-releaser.outputs.changed_charts }}"
8888
fi
8989
90+
9091
if [ -z "$CHANGED_CHARTS" ]; then
9192
echo "No charts to release."
9293
exit 0

0 commit comments

Comments
 (0)