From be1b29422b52ee34cf04ac663adcc8cc36e0a9a3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 7 Sep 2024 11:21:12 +0200 Subject: [PATCH] nit npm on release --- .github/workflows/npm_on_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm_on_release.yml b/.github/workflows/npm_on_release.yml index e9ddfb8de6..53916e7711 100644 --- a/.github/workflows/npm_on_release.yml +++ b/.github/workflows/npm_on_release.yml @@ -16,6 +16,6 @@ jobs: - run: cd typescript-client && ./publish.sh && cd .. env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: cd cli && ./build.sh.sh && cd npm && npm publish + - run: cd cli && ./build.sh && cd npm && npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}