Skip to content

Commit eb2e654

Browse files
committed
fix: Update yml
1 parent 07779f0 commit eb2e654

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ jobs:
55
runs-on: ubuntu-22.04
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v3
8+
uses: actions/checkout@v2
9+
10+
- name: Setup Node.js
11+
uses: actions/setup-node@v2
12+
with:
13+
node-version: 16
14+
915
- name: Semantic Release
10-
uses: cycjimmy/semantic-release-action@v2
16+
uses: cycjimmy/semantic-release-action@v3
1117
id: semantic
1218
with:
1319
branch: main

0 commit comments

Comments
 (0)