Skip to content

Commit

Permalink
build_wamr_vscode_ext.yml: move vsce publish to a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Apr 18, 2023
1 parent 6fdbf52 commit ce2a489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_wamr_vscode_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
rm -rf node_modules
npm install
vsce package
working-directory: test-tools/wamr-ide/VSCode-Extension

- name: publish wamr ide vscode extension to the vsce marketplace
run: |
vsce publish -p ${{ secrets.TOKEN }}
working-directory: test-tools/wamr-ide/VSCode-Extension

Expand Down

0 comments on commit ce2a489

Please sign in to comment.