Skip to content

Commit 436360a

Browse files
committed
Fix node release workflow
1 parent e7abf9f commit 436360a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-node-bindings.yml

+4
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ jobs:
274274
- name: Enable corepack
275275
run: corepack enable
276276

277+
- name: Install dependencies
278+
working-directory: bindings_node
279+
run: yarn
280+
277281
- name: Generate version
278282
working-directory: bindings_node
279283
run: yarn generate:version

0 commit comments

Comments
 (0)