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 834aec8 commit 33aff1eCopy full SHA for 33aff1e
.github/workflows/update-cli-version.yml
@@ -24,7 +24,7 @@ jobs:
24
run: sudo apt-get install jq
25
26
- name: Update CLI version
27
- run: jq '.cli.version = "{{ github.event.inputs.version }}"' packages/databricks-vscode/package.json --indent 4 > tmp.json && mv tmp.json packages/databricks-vscode/package.json
+ run: jq '.cli.version = "${{ github.event.inputs.version }}"' packages/databricks-vscode/package.json --indent 4 > tmp.json && mv tmp.json packages/databricks-vscode/package.json
28
29
- name: Create a pull request
30
uses: peter-evans/create-pull-request@v5
0 commit comments