Skip to content

Commit

Permalink
try3
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Feb 24, 2024
1 parent 37adfb4 commit 4ad8a87
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4ad8a87

Please sign in to comment.