Skip to content

Commit 7109b39

Browse files
fhammerschmidtzth
authored andcommitted
Use raw string instead of JSON for bump-version parameter
1 parent 94b2b4e commit 7109b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
id: increment_pre_release
149149
run: |
150150
JSON=$(npx vsce show chenglou92.rescript-vscode --json)
151-
NEW_VERSION=$(echo $JSON | jq '.versions | .[0] | .["version"]')
151+
NEW_VERSION=$(echo $JSON | jq -r '.versions | .[0] | .["version"]')
152152
node .github/workflows/bump-version.js ${NEW_VERSION}
153153
154154
- name: Package Extension

0 commit comments

Comments
 (0)