Skip to content

Commit 58c8bfd

Browse files
authored
chore: fix rsc release (#543)
1 parent de4ce3e commit 58c8bfd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5757

58-
- if: steps.tag.outputs.isAlpha == 'false'
58+
- if: steps.tag.outputs.isAlpha == 'false' && steps.tag.outputs.pkgName != 'plugin-rsc'
5959
uses: ArnaudBarre/github-release@4fa6eafe8e2449c7c1c5a91ae50de4ee34db0b40 # v1.5.0
6060
with:
6161
path: packages/${{ steps.tag.outputs.pkgName }}/CHANGELOG.md

packages/plugin-rsc/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"tsc": "tsc -b ./tsconfig.json ./e2e/tsconfig.json ./examples/*/tsconfig.json",
3535
"tsc-dev": "pnpm tsc --watch --preserveWatchOutput",
3636
"dev": "tsdown --sourcemap --watch src",
37-
"build": "tsdown"
37+
"build": "tsdown",
38+
"prepack": "tsdown"
3839
},
3940
"dependencies": {
4041
"@mjackson/node-fetch-server": "^0.7.0",

0 commit comments

Comments
 (0)