File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 3030 # Do not use the GITHUB_TOKEN by default
3131 token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
3232
33- - name : Setup bun
34- uses : oven-sh/setup-bun@v1
35- with :
36- bun-version : 1.0.35
37-
3833 - name : Install
3934 uses : ./.github/composite-actions/install
4035
41- - name : Build
42- run : pnpm build
43-
4436 - name : Create @nightly release
4537 run : |
4638 pnpm version-packages:nightly
Original file line number Diff line number Diff line change 3131 # Do not use the GITHUB_TOKEN by default
3232 token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
3333
34- - name : Setup bun
35- uses : oven-sh/setup-bun@v1
36- with :
37- bun-version : 1.0.35
38-
3934 - name : Install
4035 uses : ./.github/composite-actions/install
4136
42- - name : Build
43- run : pnpm build:release
44-
4537 - name : Create release Pull Request or publish to NPM
4638 id : changesets
4739 uses : changesets/action@v1
You can’t perform that action at this time.
0 commit comments