Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
monotek authored Apr 26, 2024
1 parent a04519d commit 2b5766b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- name: Push chart to GHCR
run: |
shopt -s nullglob
set -x
ls -al .cr-release-packages/*
for pkg in .cr-release-packages/*; do
if [ -z "${pkg:-}" ]; then
break
Expand Down

0 comments on commit 2b5766b

Please sign in to comment.