Skip to content

Commit 9ea2fe1

Browse files
committed
ops: fix version parsing
1 parent e8adb0a commit 9ea2fe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: version
3030
shell: bash
3131
run: |
32-
version="$(node -p \"require('./package.json').version\")"
32+
version=$(node -p "require('./package.json').version")
3333
echo "version=$version" >> "$GITHUB_OUTPUT"
3434
3535
- name: Fetch tags

0 commit comments

Comments
 (0)