File tree Expand file tree Collapse file tree 4 files changed +814
-1305
lines changed
Expand file tree Collapse file tree 4 files changed +814
-1305
lines changed Original file line number Diff line number Diff line change 11name : Release
22
3- permissions :
4- id-token : write
5- contents : write
6-
73on :
84 push :
95 tags :
10- - v*
6+ - ' v* '
117
128jobs :
139 release :
14- runs-on : ubuntu-latest
15- steps :
16- - uses : actions/checkout@v5
17- with :
18- fetch-depth : 0
19-
20- - uses : pnpm/action-setup@v4
21-
22- - uses : actions/setup-node@v4
23- with :
24- node-version : lts/*
25- registry-url : https://registry.npmjs.org/
26- cache : pnpm
27-
28- - run : pnpm install
29-
30- - run : npx changelogithub
31- continue-on-error : true
32- env :
33- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
34-
35- - run : npm i -g npm && pnpm publish --no-git-checks
10+ uses : sxzz/workflows/.github/workflows/release.yml@v1
11+ with :
12+ publish : true
13+ permissions :
14+ contents : write
15+ id-token : write
Original file line number Diff line number Diff line change 5252 "devDependencies" : {
5353 "@antfu/eslint-config" : " ^5.4.1" ,
5454 "@types/fs-extra" : " ^11.0.4" ,
55- "@types/node" : " ^22.15.3 " ,
56- "bumpp" : " ^10.2.3 " ,
57- "eslint" : " ^9.36 .0" ,
58- "fs-extra" : " ^11.3.0 " ,
55+ "@types/node" : " ^22.18.8 " ,
56+ "bumpp" : " ^10.3.1 " ,
57+ "eslint" : " ^9.37 .0" ,
58+ "fs-extra" : " ^11.3.2 " ,
5959 "typescript" : " ^5.9.3" ,
60- "unbuild" : " ^3.5.0 " ,
60+ "unbuild" : " ^3.6.1 " ,
6161 "vitest" : " ^3.2.4" ,
6262 "vitest-package-exports" : " ^0.1.1"
63- },
64- "pnpm" : {
65- "onlyBuiltDependencies" : [
66- " esbuild"
67- ]
6863 }
6964}
You can’t perform that action at this time.
0 commit comments