Skip to content

Commit

Permalink
Add missing npm package build step to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Jul 19, 2024
1 parent 5818e6c commit 1215d04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org

- name: Build npm package
run: deno task build:npm

- name: Generate release notes
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 1215d04

Please sign in to comment.