Skip to content

Commit 898f385

Browse files
committed
fix: update ci release action
1 parent a1cfb3e commit 898f385

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ jobs:
1717
- name: Setup Node.js 20 👷🏻
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
21-
22-
- name: Prepare git config
23-
run: |
24-
git config user.name "github-actions[bot]"
25-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
20+
node-version: 24
2621

2722
- name: Install dependencies ⏬
2823
run: npm ci
@@ -31,8 +26,8 @@ jobs:
3126
run: npm run build
3227

3328
- name: Release 🚀
34-
uses: cycjimmy/semantic-release-action@v4.1.1
29+
uses: cycjimmy/semantic-release-action@v4.2.0
3530
id: semantic
3631
env:
3732
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
38-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)