Workflow fix
All checks were successful
Generate and Release Protos / release (push) Successful in 25s

This commit is contained in:
2026-01-07 18:36:32 +00:00
parent c8731caadd
commit 7fe1be9b48

View File

@@ -40,7 +40,7 @@ jobs:
run: | run: |
npm init -y npm init -y
Build index.ts - STRIPPING HYPHENS AND UNDERSCORES # Build index.ts
echo "// Auto-generated" > index.ts echo "// Auto-generated" > index.ts
find . -maxdepth 1 -name "*.ts" -not -name "index.ts" | sed 's|^\./||; s|\.ts$||' | awk '{ find . -maxdepth 1 -name "*.ts" -not -name "index.ts" | sed 's|^\./||; s|\.ts$||' | awk '{
# Use gsub to turn hyphens into underscores so we can split easily # Use gsub to turn hyphens into underscores so we can split easily