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