diff --git a/README.md b/README.md index cd72156..22af69f 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Follow these steps to publish the extension to the Open VSX Registry: `extension/[…].vsix` file as the sole argument. Example in Bash: ```bash - yarn ovsx publish "extension/packaging-$(jq -r .version extension/package.json).vsix" + yarn ovsx publish "extension/dist/packaging-$(jq -r .version extension/package.json).vsix" ``` ### Committing, tagging and creating a GitHub prerelease and PR diff --git a/extension/package.json b/extension/package.json index 5096096..39b0ce2 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "packaging", - "version": "0.2.1", + "version": "0.2.2", "publisher": "claui", "engines": { "vscode": "^1.74.0"