Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
acocalypso committed Apr 29, 2024
1 parent bec8010 commit 568fe9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Get version number from package.json
id: get_version
run: |
echo "VERSION=$(node -e 'console.log(require(\"./package.json\").version)')" >> $GITHUB_OUTPUT
run: echo "VERSION=$(node -p \"require('./package.json').version)\"" >> $GITHUB_OUTPUT


- name: Create artifact Dwarfium
if: matrix.platform == 'ubuntu-20.04'
Expand Down

0 comments on commit 568fe9f

Please sign in to comment.