From d882cb13d2906bc24c620b53dcae9a35f304c2db Mon Sep 17 00:00:00 2001 From: acalcutt Date: Sat, 10 Dec 2022 13:35:37 -0500 Subject: [PATCH] add back missing PACKAGE_VERSION --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b98feb..16ac27c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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