Skip to content
Snippets Groups Projects
Commit 935ca010 authored by 最萌小汐's avatar 最萌小汐
Browse files

1.16.0

parent 368f27a4
Branches
Tags
No related merge requests found
...@@ -255,7 +255,7 @@ local ovsxToken = fsu.loadFile(ROOT / 'ovsx-token') ...@@ -255,7 +255,7 @@ local ovsxToken = fsu.loadFile(ROOT / 'ovsx-token')
if ovsxToken then if ovsxToken then
ovsxToken = ovsxToken:match '[%w%-]+' ovsxToken = ovsxToken:match '[%w%-]+'
shell { shell {
'npx', 'ovsx', 'plublish', vsix, 'npx', 'ovsx', 'publish', vsix,
'-p', ovsxToken '-p', ovsxToken
} }
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment