Skip to content

Commit

Permalink
add npm install in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Mar 20, 2021
1 parent 458136d commit e6cc00e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-node@master
with:
node-version: 14.0.0
- run: npm install
- id: publish
uses: JS-DevTools/npm-publish@v1
with:
Expand All @@ -29,4 +30,4 @@ jobs:
release_name: Release ${{ steps.publish.outputs.version }}
body: ${{ steps.publish.outputs.version }}
draft: false
prerelease: false
prerelease: false

0 comments on commit e6cc00e

Please sign in to comment.