We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a814c05 + 3f0de3d commit afe0f80Copy full SHA for afe0f80
2 files changed
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
node-version: 16.x
63
- name: Publish
64
run: |
65
- npx ovsx@0.5.1 publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}}
+ npx ovsx publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}}
66
67
publish-vscode-marketplace:
68
needs: build
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+# Change Log
2
+
3
+## 1.0.0
4
+- Initial preview release
0 commit comments