Skip to content

Commit 995461b

Browse files
committed
fix: correct indentation for 'Install vsce' step in publish workflow
1 parent 2d49e26 commit 995461b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Compile
7979
run: npm run compile
80-
- name: Install vsce
80+
- name: Install vsce
8181
run: npm install -g @vscode/vsce
8282

8383
- name: Clean existing VSIX files

0 commit comments

Comments
 (0)