Skip to content

Commit cfc3791

Browse files
fix(deps): replace actions/setup-node action with semantic-release action (#670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Adajian <danadajian@gmail.com>
1 parent 35e028a commit cfc3791

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
@@ -18,12 +18,10 @@ jobs:
1818
with:
1919
bun-version-file: package.json
2020

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

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

0 commit comments

Comments
 (0)