Skip to content

Commit

Permalink
Update node release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Feb 24, 2025
1 parent 0f995d5 commit 2186582
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-node-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ jobs:
- name: Enable corepack
run: corepack enable

- name: Generate version
working-directory: bindings_node
run: yarn generate:version

- name: Publish to NPM
uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit 2186582

Please sign in to comment.