Skip to content

Commit ba58327

Browse files
authored
fix: changeset publish script isn't called release anymore (#8711)
1 parent 5963b6f commit ba58327

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: changesets/action@v1
3636
with:
3737
version: pnpm changeset:version
38+
publish: pnpm changeset:publish
3839
env:
3940
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4041
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "pnpm -r lint",
1212
"format": "pnpm -r format",
1313
"changeset:version": "changeset version && pnpm -r generate:version && git add --all",
14-
"release": "changeset release"
14+
"changeset:publish": "changeset publish"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)