Skip to content

Commit d7986e0

Browse files
committed
fix(release): split changeset version step
1 parent 065df19 commit d7986e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
registry-url: https://registry.npmjs.org
2424
- run: npm install -g npm@11.5.1
2525
- run: corepack yarn
26+
- run: corepack yarn
2627
- uses: changesets/action@v1
2728
with:
28-
version: corepack yarn changeset version && corepack yarn
29+
version: corepack yarn changeset version
2930
publish: corepack yarn changeset publish
3031
env:
3132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)