We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b2b4e commit 7109b39Copy full SHA for 7109b39
.github/workflows/ci.yml
@@ -148,7 +148,7 @@ jobs:
148
id: increment_pre_release
149
run: |
150
JSON=$(npx vsce show chenglou92.rescript-vscode --json)
151
- NEW_VERSION=$(echo $JSON | jq '.versions | .[0] | .["version"]')
+ NEW_VERSION=$(echo $JSON | jq -r '.versions | .[0] | .["version"]')
152
node .github/workflows/bump-version.js ${NEW_VERSION}
153
154
- name: Package Extension
0 commit comments