Skip to content

Commit

Permalink
build: fix missing install step for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rikoe committed Apr 9, 2021
1 parent 48b9707 commit 5918db2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
with:
node-version: 14.x

- name: Install dependencies
uses: bahmutov/npm-install@v1

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

0 comments on commit 5918db2

Please sign in to comment.