Skip to content

Commit f1246c6

Browse files
chore: Use npx instead of vsce-action (#956) (#959)
1 parent 91f2d59 commit f1246c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ jobs:
106106
shell: bash
107107

108108
- name: Package extension
109-
uses: lannonbr/vsce-action@master
110-
with:
111-
args: "package -o svn-scm.vsix"
109+
run: npx vsce package -o svn-scm.vsix
112110

113111
- name: Upload artifact
114112
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)