Skip to content

Commit e62bdf3

Browse files
authored
Merge branch 'main' into renovate/dependencies
2 parents 46a1dac + adeb096 commit e62bdf3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ jobs:
1717
with:
1818
bun-version-file: package.json
1919

20-
- name: Setup Node
21-
uses: actions/setup-node@v5
22-
with:
23-
node-version: latest
20+
- name: Install
21+
run: bun install
2422

25-
- name: Create Release
26-
run: bunx semantic-release
23+
- name: Semantic Release
24+
uses: cycjimmy/semantic-release-action@v5
2725
env:
2826
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)