Skip to content

Commit 5493c4b

Browse files
committed
ci: publish on CI
1 parent ebdd5f2 commit 5493c4b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
uses: sxzz/workflows/.github/workflows/release.yml@v1
1111
with:
12-
publish: false
12+
publish: true
1313
permissions:
1414
contents: write
1515
id-token: write

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"rollup",
1010
"vite",
1111
"esbuild",
12-
"webpack"
12+
"webpack",
13+
"rolldown"
1314
],
1415
"license": "MIT",
1516
"homepage": "https://github.com/unplugin/unplugin-vue-jsx#readme",
@@ -20,7 +21,7 @@
2021
"type": "git",
2122
"url": "git+https://github.com/unplugin/unplugin-vue-jsx.git"
2223
},
23-
"author": "三咲智子 Kevin Deng <[email protected]>",
24+
"author": "Kevin Deng <[email protected]>",
2425
"funding": "https://github.com/sponsors/sxzz",
2526
"files": [
2627
"dist"
@@ -57,7 +58,7 @@
5758
"build": "tsdown",
5859
"test": "vitest",
5960
"typecheck": "tsc --noEmit",
60-
"release": "bumpp && pnpm publish",
61+
"release": "bumpp",
6162
"prepublishOnly": "pnpm run build"
6263
},
6364
"peerDependencies": {

0 commit comments

Comments
 (0)