diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 0db8dbcfc..2f2be0b8d 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -32,6 +32,7 @@ jobs: uses: changesets/action@v1 with: publish: pnpm release + cwd: lang/typescript env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}