We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147bbe7 commit 862d88aCopy full SHA for 862d88a
2 files changed
.github/workflows/release.yml
@@ -31,9 +31,6 @@ jobs:
31
with:
32
version: 10.30.3
33
34
- - name: Build RSC plugin
35
- run: pnpm build
36
-
37
- name: Setup Node.js
38
uses: actions/setup-node@v6
39
@@ -44,7 +41,9 @@ jobs:
44
41
- name: Install dependencies
45
42
run: pnpm install
46
43
+ - name: Build RSC plugin
+ run: pnpm build
+
47
- name: Publish to npm
48
run: pnpm publish --provenance --access public --no-git-checks --tag ${{ inputs.tag }}
49
- env:
50
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rsbuild-plugin-rsc",
3
- "version": "0.0.1-beta.0",
+ "version": "0.0.1-beta.1",
4
"description": "React server component plugin for Rsbuild",
5
"repository": {
6
"type": "git",
0 commit comments