Skip to content

Commit c4564ff

Browse files
Ignore errors when empty publish
1 parent 8191e1f commit c4564ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
- name: Push Charts to GHCR
8989
if: steps.changesets.outputs.hasChangesets == 'false'
9090
run: |
91+
shopt -s nullglob
9192
for pkg in .cr-release-packages/*.tgz; do
9293
if [ -z "${pkg:-}" ]; then
9394
break

0 commit comments

Comments
 (0)