Update version number and release notes (#2103)

And restore the CI vsce publish and change the wamride publisher name.
This commit is contained in:
Wenyong Huang
2023-04-04 12:13:40 +08:00
committed by GitHub
parent 5fc48e3584
commit 6af87855b4
4 changed files with 192 additions and 159 deletions

View File

@ -31,9 +31,6 @@ jobs:
json -I -f package.json -e "this.version=\"${{ inputs.ver_num }}\""
working-directory: test-tools/wamr-ide/VSCode-Extension
# [!workflow]
# bypass the step of publishing the extension to the Market.
# recover it after creating the secret in the Environment
- name: generate wamr ide vscode extension
env:
credentials: ${{ secrets.TOKEN }}
@ -42,7 +39,7 @@ jobs:
rm -rf node_modules
npm install
vsce package
# vsce publish -p ${{ secrets.TOKEN }}
vsce publish -p ${{ secrets.TOKEN }}
working-directory: test-tools/wamr-ide/VSCode-Extension
- name: compress the vscode extension