diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index bdd9443..0affd90 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,7 +15,6 @@ jobs: # Defaults to the user or organization that owns the workflow file scope: '@sei-js' - run: yarn - - run: yarn build - - run: yarn publish + - run: yarn deploy env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}