add npm install in publish.yml
This commit is contained in:
parent
458136d877
commit
e6cc00ef16
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
|
@ -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:
|
||||
|
|
@ -29,4 +30,4 @@ jobs:
|
|||
release_name: Release ${{ steps.publish.outputs.version }}
|
||||
body: ${{ steps.publish.outputs.version }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
prerelease: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue