diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 13b8a4ef..eef69fbd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,7 +67,7 @@ jobs: - name: Publish (All) if: github.event.inputs.workspace == '' - run: yarn workspaces run release + run: yarn release env: GH_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}