Skip to content

Commit ced343f

Browse files
committed
fix: ovsx publish
1 parent 76c0d91 commit ced343f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-graphql-execution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"vsce:package": "yarn compile && vsce package --yarn",
8888
"vsce:prepublish": "yarn run vsce:package",
8989
"vsce:publish": "vsce publish --yarn",
90-
"open-vsx:publish": "ovsx publish --yarn -i . --pat $OVSX_PAT",
90+
"open-vsx:publish": "ovsx publish $(ls -1 *.vsix | sort -V | tail -n 1) --pat $OVSX_PAT",
9191
"release": "yarn run compile && yarn run vsce:publish && yarn run open-vsx:publish"
9292
},
9393
"devDependencies": {

0 commit comments

Comments
 (0)