Update version number and release notes (#2103)
And restore the CI vsce publish and change the wamride publisher name.
This commit is contained in:
5
.github/workflows/build_wamr_vscode_ext.yml
vendored
5
.github/workflows/build_wamr_vscode_ext.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user