diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 888ad35..04fc6c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: # attestation linking the package to this exact workflow run + commit. - name: Create release PR or publish CLI to npm id: changesets - uses: changesets/action@v1 + uses: changesets/action@v2 with: # `pnpm version` and `pnpm publish` are pnpm built-ins — they bypass # the package.json `scripts` block. Force the script lookup with `run`