Workflow fix
All checks were successful
Generate and Release Protos / release (push) Successful in 25s
All checks were successful
Generate and Release Protos / release (push) Successful in 25s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user