Skip to content

Commit 33aff1e

Browse files
authored
Inject version using correct syntax (#953)
Inject version in the cli action using correct syntax
1 parent 834aec8 commit 33aff1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cli-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: sudo apt-get install jq
2525

2626
- 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
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
2828

2929
- name: Create a pull request
3030
uses: peter-evans/create-pull-request@v5

0 commit comments

Comments
 (0)