Skip to content

Commit d4db316

Browse files
committed
Fix ci
1 parent d190751 commit d4db316

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pnpm install
2626
- name: Test
2727
run: pnpm vitest run
28-
- name: Test
28+
- name: Build
2929
run: pnpm run build
3030
- name: Create Release
3131
env:

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@
3838
"dist/**/*",
3939
"README.md"
4040
],
41+
"publishConfig": {
42+
"access": "public"
43+
},
4144
"auto": {
4245
"plugins": [
4346
"npm",
4447
"released"
45-
],
46-
"onlyPublishWithReleaseLabel": true
48+
]
4749
}
4850
}

0 commit comments

Comments
 (0)