Skip to content

Commit

Permalink
Update bump-bundles.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored Aug 13, 2024
1 parent b286f60 commit b543c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: List all bundles
id: list-bundles
run: |
directories=($(ls -d ui/*/))
directories=($(ls -d */))
directories=("${directories[@]%/}")
json_array=()
for dir in "${directories[@]}"; do
Expand Down

0 comments on commit b543c1d

Please sign in to comment.