Skip to content

Commit 2f40f99

Browse files
committed
fix(changeset): use yarn
- use yarn instead of pnpm to run changeset commands
1 parent c54bd4d commit 2f40f99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
id: changesets
4646
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # 1.5.3
4747
with:
48-
publish: pnpm changeset publish
49-
version: pnpm changeset:version-and-format
48+
publish: yarn changeset publish
49+
version: yarn changeset:version-and-format
5050
commit: 'ci(changesets): version packages'
5151
env:
5252
GITHUB_TOKEN: ${{ steps.generate_github_token.outputs.token }}

0 commit comments

Comments
 (0)