We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e99001 commit d8cfd4eCopy full SHA for d8cfd4e
.changeset/rich-pears-build.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-base-virtual-list": patch
3
4
+
5
+chore: fix workflow
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
id: changesets
32
uses: changesets/action@v1
33
with:
34
- publish: pnpm publish
+ publish: pnpm release
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for write repo
37
package.json
@@ -34,7 +34,7 @@
"preview": "vite preview",
"change": "changeset",
"version": "changeset version",
- "publish": "pnpm run build && changeset publish"
+ "release": "pnpm run build && changeset publish"
38
},
39
"peerDependencies": {
40
"react": "^18 || ^19",
0 commit comments