We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b180a65 commit 46fc55dCopy full SHA for 46fc55d
.github/workflows/desktop.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Variables
30
run: |
31
- echo VERSION=$(npm run version --silent) >> $GITHUB_ENV
+ echo VERSION=$(npm run get-version --silent) >> $GITHUB_ENV
32
shell: bash
33
34
- name: Install Rust (stable)
0 commit comments