Skip to content

Commit ccdec0c

Browse files
committed
Fix linux-only command
1 parent 27b4b8c commit ccdec0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vr-foraging-cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Get version
117117
id: get_version
118118
run: |
119-
version=$(uv version --output-format json | jq -r '.version')
119+
version=$(uv version --short)
120120
echo "version=$version" >> $GITHUB_OUTPUT
121121
122122
- name: Create GitHub Release

0 commit comments

Comments
 (0)