Skip to content

Commit 54b7fd1

Browse files
committed
ci: use cloud runners
1 parent df3c354 commit 54b7fd1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ permissions:
1111

1212
jobs:
1313
release:
14-
runs-on: self-hosted
15-
1614
steps:
1715
- name: Checkout code
1816
uses: actions/checkout@v4
1917

2018
- name: Setup Bun
2119
uses: oven-sh/setup-bun@v2
22-
with:
23-
bun-version: 1.3.8
2420

2521
- name: Prepare
2622
run: |

0 commit comments

Comments
 (0)