From 4ad8a87983d8c38ee1708220c278aca73f3d5dde Mon Sep 17 00:00:00 2001 From: Evgeny Metelkin Date: Sat, 24 Feb 2024 16:20:45 +0200 Subject: [PATCH] try3 --- .github/workflows/on-release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 025df544..76fc9fc1 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -13,15 +13,17 @@ jobs: with: node-version: 16.x - run: npm ci - - name: Build standalone apps - run: npm run pkg - name: Get package version id: package_version run: | echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV + echo "VERSION=$(node -p "require('./package.json').version")" echo "${{ env.VERSION }}" - echo "$VERSION" + echo "${ VERSION }" + + - name: Build standalone apps + run: npm run pkg - name: Install WiX Toolset run: |