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 30
30
# Do not use the GITHUB_TOKEN by default
31
31
token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
32
32
33
- - name : Setup bun
34
- uses : oven-sh/setup-bun@v1
35
- with :
36
- bun-version : 1.0.35
37
-
38
33
- name : Install
39
34
uses : ./.github/composite-actions/install
40
35
41
- - name : Build
42
- run : pnpm build
43
-
44
36
- name : Create @nightly release
45
37
run : |
46
38
pnpm version-packages:nightly
Original file line number Diff line number Diff line change 31
31
# Do not use the GITHUB_TOKEN by default
32
32
token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
33
33
34
- - name : Setup bun
35
- uses : oven-sh/setup-bun@v1
36
- with :
37
- bun-version : 1.0.35
38
-
39
34
- name : Install
40
35
uses : ./.github/composite-actions/install
41
36
42
- - name : Build
43
- run : pnpm build:release
44
-
45
37
- name : Create release Pull Request or publish to NPM
46
38
id : changesets
47
39
uses : changesets/action@v1
You can’t perform that action at this time.
0 commit comments