add back missing PACKAGE_VERSION
This commit is contained in:
parent
da4a1af51e
commit
d882cb13d2
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -37,6 +37,10 @@ jobs:
|
|||
check-latest: true
|
||||
cache: 'npm'
|
||||
|
||||
- name: Get version
|
||||
run: |
|
||||
echo "PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4 | head -n 1)" >> $GITHUB_ENV
|
||||
|
||||
- name: Install dependencies 🚀
|
||||
run: npm ci --prefer-offline --no-audit --omit=optional
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue