Skip to content

Commit b52482d

Browse files
committed
simplify publish github actions
1 parent aa72ba2 commit b52482d

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/release-nightly.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,9 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,9 @@ jobs:
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

0 commit comments

Comments
 (0)