We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f85448 commit c083da3Copy full SHA for c083da3
1 file changed
.github/workflows/vsce-publish.yaml
@@ -28,9 +28,6 @@ jobs:
28
- name: Install vsce
29
run: npm install -g @vscode/vsce
30
31
- - name: Build Extension
32
- run: npm run compile
33
-
34
- name: Publish Extension
35
run: vsce publish -p ${VSCE_PAT}
36
env:
0 commit comments