Skip to content

Commit 40f2714

Browse files
committed
[GHA] Fix typo
1 parent 91d1933 commit 40f2714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot-vscode-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version: 22
4040
- name: version
4141
run: |
42-
cd ${{ github.workspace }}/vscode-extensions/${{ inputs.extension-name }
42+
cd ${{ github.workspace }}/vscode-extensions/${{ inputs.extension-name }}
4343
version=$(npm pkg get version)
4444
cd ${{ github.workspace }}
4545
echo $version

0 commit comments

Comments
 (0)