diff --git a/.github/workflows/release_js.yml b/.github/workflows/release_js.yml index 81199c183..7083786f1 100644 --- a/.github/workflows/release_js.yml +++ b/.github/workflows/release_js.yml @@ -1,4 +1,4 @@ -name: Release +name: JS Release on: push: @@ -30,7 +30,7 @@ jobs: - name: Build run: cd js && yarn run build - name: Check version - run: yarn run check-version + run: cd js && yarn run check-version - name: Publish package to NPM run: | cd js