Skip to content

Commit 512a998

Browse files
committed
Fix GH Action (again _sigh_)
1 parent 426faac commit 512a998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
export PACKAGE_NAME="@kubernetes/node-client"
5151
export OPENAPI_GENERATOR_COMMIT=1314e229
5252
EOF
53-
bash typescript.sh ../../src/gen/api settings
53+
bash typescript.sh ../../src/gen settings
5454
popd
5555
cp settings ../../settings
5656
rm -rf gen

0 commit comments

Comments
 (0)