File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11name : CD
22
33on :
4- push :
5- tags :
6- - v*
4+ release :
5+ types : [published]
76
87jobs :
98 publish :
109 runs-on : ubuntu-latest
1110 steps :
12- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1312 - uses : pnpm/action-setup@v4
14- - uses : actions/setup-node@v3
13+ - uses : actions/setup-node@v4
1514 with :
1615 node-version : 22
1716 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - uses : pnpm/action-setup@v4
13- - uses : actions/setup-node@v3
13+ - uses : actions/setup-node@v4
1414 with :
1515 node-version : 22
1616 cache : ' pnpm'
Original file line number Diff line number Diff line change 1414 cache : ' pnpm'
1515 cache-dependency-path : ' **/pnpm-lock.yaml'
1616 - run : pnpm install --frozen-lockfile
17- - name : Build
18- run : pnpm run compile
17+ - run : pnpm run compile
1918 - run : pnpm dlx pkg-pr-new publish --template './examples/*'
You can’t perform that action at this time.
0 commit comments