diff --git a/.github/workflows/react_release.yml b/.github/workflows/react_release.yml index 5d59afe..087d977 100644 --- a/.github/workflows/react_release.yml +++ b/.github/workflows/react_release.yml @@ -22,4 +22,4 @@ jobs: - name: Test, build, then publish env: NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_REACT_SDK_TO_NPM }} - run: yarn npm publish + run: npm publish