File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed
Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 11name : Release
22
3- permissions :
4- contents : write
5-
63on :
74 push :
85 tags :
96 - ' v*'
107
118jobs :
129 release :
13- runs-on : ubuntu-latest
14- steps :
15- - uses : actions/checkout@v4
16- with :
17- fetch-depth : 0
18-
19- - uses : actions/setup-node@v4
20- with :
21- node-version : lts/*
22-
23- - run : npx changelogithub
24- env :
25- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
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 66 "scripts" : {
77 "build" : " pnpm run -r build" ,
88 "stub" : " pnpm run -r stub" ,
9- "release" : " bumpp \" package.json\" \" packages/**/package.json\" && pnpm publish -r " ,
9+ "release" : " bumpp \" package.json\" \" packages/**/package.json\" " ,
1010 "test" : " vitest run" ,
1111 "play" : " pnpm -C playground run play:dev" ,
1212 "lint" : " eslint ." ,
You can’t perform that action at this time.
0 commit comments