Skip to content

Commit 9e1dc24

Browse files
committed
fix: 修复发版问题
1 parent ddf8905 commit 9e1dc24

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ jobs:
1818
- run: npm install pnpm -g
1919
- run: pnpm install --no-frozen-lockfile
2020
- run: pnpm -C ./packages/font-sharp build
21-
- run: npm pkg set name=cn-font-split
22-
working-directory: packages/subsets
23-
- run: npm run prepublish
24-
working-directory: packages/subsets
25-
- run: npm publish --access public
21+
- run: pnpm publish --access public
2622
working-directory: packages/subsets
2723
env:
2824
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)