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 91d1933 commit 40f2714Copy full SHA for 40f2714
.github/workflows/snapshot-vscode-extension.yml
@@ -39,7 +39,7 @@ jobs:
39
node-version: 22
40
- name: version
41
run: |
42
- cd ${{ github.workspace }}/vscode-extensions/${{ inputs.extension-name }
+ cd ${{ github.workspace }}/vscode-extensions/${{ inputs.extension-name }}
43
version=$(npm pkg get version)
44
cd ${{ github.workspace }}
45
echo $version
0 commit comments