We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af62fba commit cd03560Copy full SHA for cd03560
1 file changed
.github/workflows/publish.yaml
@@ -65,7 +65,7 @@ jobs:
65
- name: Verify vendor folder contents
66
run: |
67
echo "Listing vendor packages:"
68
- find reai_toolkit/vendor -maxdepth 2 -type d | head -n 50
+ find reai_toolkit/vendor -maxdepth 2 -type d 2>/dev/null | head -n 50
69
shell: bash
70
71
- name: Package plugin for release (cross-platform)
0 commit comments