Skip to content

Commit bf4dac0

Browse files
authored
Replace Bun setup with Semantic Release action
1 parent d2aed7a commit bf4dac0

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v5
1414

15-
- name: Setup Bun
16-
uses: oven-sh/setup-bun@v2
17-
with:
18-
bun-version-file: package.json
19-
20-
- name: Setup Node
21-
uses: actions/setup-node@v6
22-
with:
23-
node-version: latest
24-
25-
- name: Create Release
26-
run: bunx semantic-release
15+
- name: Semantic Release
16+
uses: cycjimmy/semantic-release-action@v5
2717
env:
2818
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)