There was an error while loading. Please reload this page.
2 parents 48019c5 + d11097b commit 2c34977Copy full SHA for 2c34977
1 file changed
.github/workflows/generate_release_note.yml
@@ -10,16 +10,16 @@ jobs:
10
release:
11
runs-on: ubuntu-latest
12
steps:
13
- - name: Setup Node.js
14
- uses: actions/setup-node@v4
15
- with:
16
- node-version: "24"
17
- cache: npm
18
- name: Checkout repository
19
uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
fetch-tags: 'true'
+ - name: Setup Node.js
+ uses: actions/setup-node@v4
+ with:
+ node-version: "24"
+ cache: npm
23
- name: Install dependencies
24
run: npm install
25
- name: Generate Libraries
0 commit comments