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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/desktop.yml

+1-1
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)