fix: install before release in release workflow (#8370)

This commit is contained in:
jrandolf 2022-05-19 14:39:13 +02:00 committed by GitHub
parent 04dbd8f39a
commit b8c77ad3d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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