Skip to content

Commit cd03560

Browse files
authored
fix: Update vendor folder verification command
Suppress error output when listing vendor packages.
1 parent af62fba commit cd03560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Verify vendor folder contents
6666
run: |
6767
echo "Listing vendor packages:"
68-
find reai_toolkit/vendor -maxdepth 2 -type d | head -n 50
68+
find reai_toolkit/vendor -maxdepth 2 -type d 2>/dev/null | head -n 50
6969
shell: bash
7070

7171
- name: Package plugin for release (cross-platform)

0 commit comments

Comments
 (0)