Skip to content

Commit 862d88a

Browse files
authored
chore: release 0.0.1 beta.1 (#18)
1 parent 147bbe7 commit 862d88a

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
with:
3232
version: 10.30.3
3333

34-
- name: Build RSC plugin
35-
run: pnpm build
36-
3734
- name: Setup Node.js
3835
uses: actions/setup-node@v6
3936
with:
@@ -44,7 +41,9 @@ jobs:
4441
- name: Install dependencies
4542
run: pnpm install
4643

44+
- name: Build RSC plugin
45+
run: pnpm build
46+
4747
- name: Publish to npm
4848
run: pnpm publish --provenance --access public --no-git-checks --tag ${{ inputs.tag }}
49-
env:
50-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
49+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rsbuild-plugin-rsc",
3-
"version": "0.0.1-beta.0",
3+
"version": "0.0.1-beta.1",
44
"description": "React server component plugin for Rsbuild",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)