Skip to content

Commit 46fc55d

Browse files
committed
Fix variable assignment in desktop workflow to use correct npm script for version retrieval
1 parent b180a65 commit 46fc55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Variables
3030
run: |
31-
echo VERSION=$(npm run version --silent) >> $GITHUB_ENV
31+
echo VERSION=$(npm run get-version --silent) >> $GITHUB_ENV
3232
shell: bash
3333

3434
- name: Install Rust (stable)

0 commit comments

Comments
 (0)