Skip to content

Commit d8cfd4e

Browse files
committed
chore: fix workflow
1 parent 0e99001 commit d8cfd4e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/rich-pears-build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-base-virtual-list": patch
3+
---
4+
5+
chore: fix workflow

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: changesets
3232
uses: changesets/action@v1
3333
with:
34-
publish: pnpm publish
34+
publish: pnpm release
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for write repo
3737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"preview": "vite preview",
3535
"change": "changeset",
3636
"version": "changeset version",
37-
"publish": "pnpm run build && changeset publish"
37+
"release": "pnpm run build && changeset publish"
3838
},
3939
"peerDependencies": {
4040
"react": "^18 || ^19",

0 commit comments

Comments
 (0)