File tree Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 66 - ' packages/docs/**'
77 - ' packages/playground/**'
88 pull_request :
9- branches : v2
9+ branches : [v2]
1010 paths-ignore :
1111 - ' packages/docs/**'
1212 - ' packages/playground/**'
Original file line number Diff line number Diff line change @@ -2,40 +2,40 @@ name: Publish Any Commit
22
33on :
44 pull_request :
5- branches : v2
5+ branches : [v2]
66 paths-ignore :
7- - ' packages/docs/**'
8- - ' packages/playground/**'
7+ - ' packages/docs/**'
8+ - ' packages/playground/**'
99
1010 push :
1111 branches :
12- - ' **'
12+ - ' **'
1313 tags :
14- - ' !**'
14+ - ' !**'
1515 paths-ignore :
16- - ' packages/docs/**'
17- - ' packages/playground/**'
16+ - ' packages/docs/**'
17+ - ' packages/playground/**'
1818
1919jobs :
2020 build :
2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - name : Checkout code
25- uses : actions/checkout@v4
26- with :
27- fetch-depth : 0
28- - uses : pnpm/action-setup@v4
29- - uses : actions/setup-node@v4
30- with :
31- node-version : lts/*
32- cache : pnpm
24+ - name : Checkout code
25+ uses : actions/checkout@v4
26+ with :
27+ fetch-depth : 0
28+ - uses : pnpm/action-setup@v4
29+ - uses : actions/setup-node@v4
30+ with :
31+ node-version : lts/*
32+ cache : pnpm
3333
34- - name : Install
35- run : pnpm install --frozen-lockfile
34+ - name : Install
35+ run : pnpm install --frozen-lockfile
3636
37- - name : Build
38- run : pnpm build
37+ - name : Build
38+ run : pnpm build
3939
40- - name : Release
41- run : pnpm dlx pkg-pr-new publish --compact --pnpm './packages/*'
40+ - name : Release
41+ run : pnpm dlx pkg-pr-new publish --compact --pnpm './packages/*'
You can’t perform that action at this time.
0 commit comments