We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1c844 commit bd07fa2Copy full SHA for bd07fa2
.github/scripts/tag_release.sh
@@ -84,7 +84,7 @@ detect_modules_needing_tags() {
84
echo ""
85
86
local all_modules
87
- all_modules=$(find registry -type d -path "*/modules/*" -mindepth 3 -maxdepth 3 | sort -u || echo "")
+ all_modules=$(find registry -mindepth 3 -maxdepth 3 -type d -path "*/modules/*" | sort -u || echo "")
88
89
[ -z "$all_modules" ] && {
90
echo "❌ No modules found to check"
0 commit comments