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 }}