fix: install before release in release workflow (#8370)
This commit is contained in:
parent
04dbd8f39a
commit
b8c77ad3d7
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
||||
- name: Release
|
||||
id: release
|
||||
run: |
|
||||
npm install
|
||||
npm run release
|
||||
echo ::set-output name=VERSION::$(jq -r .version ./package.json)
|
||||
- name: Create pull request
|
||||
|
Loading…
Reference in New Issue
Block a user