Skip to content

Commit 2d49e26

Browse files
committed
fix: correct indentation in publish workflow for clarity
1 parent e711933 commit 2d49e26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ jobs:
7777

7878
- name: Compile
7979
run: npm run compile
80-
81-
- name: Install vsce
80+
- name: Install vsce
8281
run: npm install -g @vscode/vsce
83-
- name: Clean existing VSIX files
82+
83+
- name: Clean existing VSIX files
8484
run: rm -f *.vsix
8585

8686
- name: Package Extension

0 commit comments

Comments
 (0)