Skip to content

Commit adeb096

Browse files
chore(deps): replace actions/setup-node action with semantic-release action (#745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Adajian <[email protected]>
1 parent 7e0a3f8 commit adeb096

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)