Skip to content

Commit

Permalink
Merge pull request #377 from morpho-org/fix/npm-ci-missing-step
Browse files Browse the repository at this point in the history
fix(ci): add installation step to npm-release.yml
  • Loading branch information
MerlinEgalite authored Nov 27, 2023
2 parents 3506b0e + 00770f5 commit 23c6215
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: ./.github/actions/install

- name: Publish to npm
run: |
Expand Down

0 comments on commit 23c6215

Please sign in to comment.