diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cae5ca..7de2656 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: node-version: 16.x - name: Publish run: | - 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}} publish-vscode-marketplace: needs: build diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..21d2f5d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Change Log + +## 1.0.0 +- Initial preview release