We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54bd4d commit 2f40f99Copy full SHA for 2f40f99
1 file changed
.github/workflows/release.yml
@@ -45,8 +45,8 @@ jobs:
45
id: changesets
46
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # 1.5.3
47
with:
48
- publish: pnpm changeset publish
49
- version: pnpm changeset:version-and-format
+ publish: yarn changeset publish
+ version: yarn changeset:version-and-format
50
commit: 'ci(changesets): version packages'
51
env:
52
GITHUB_TOKEN: ${{ steps.generate_github_token.outputs.token }}
0 commit comments