We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cfb3e commit 898f385Copy full SHA for 898f385
.github/workflows/release.yml
@@ -17,12 +17,7 @@ jobs:
17
- name: Setup Node.js 20 👷🏻
18
uses: actions/setup-node@v4
19
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"
+ node-version: 24
26
27
- name: Install dependencies ⏬
28
run: npm ci
@@ -31,8 +26,8 @@ jobs:
31
run: npm run build
32
33
- name: Release 🚀
34
- uses: cycjimmy/semantic-release-action@v4.1.1
29
+ uses: cycjimmy/semantic-release-action@v4.2.0
35
30
id: semantic
36
env:
37
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
38
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments