File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,10 @@ jobs:
6464 # packagePath: ''
6565
6666 - name : Publish to Visual Studio Marketplace
67- uses : HaaLeo/publish-vscode-extension@v0
68- with :
69- pat : ${{ secrets.VS_MARKETPLACE_TOKEN }}
70- registryUrl : https://marketplace.visualstudio.com
71- extensionFile : ${{ env.VSIX_PATH }}
72- packagePath : ' '
67+ working-directory : vscode
68+ run : yes | npm run publish
69+ env :
70+ VSCE_PAT : ${{ secrets.VS_MARKETPLACE_TOKEN }}
7371
7472 - name : Create Release
7573 id : create_release
Original file line number Diff line number Diff line change 2222 "vscode:package" : " npm run build && vsce package" ,
2323 "webpack" : " webpack --mode production" ,
2424 "dependencies" : " cd ../drawio_desktop && npm run build" ,
25- "build" : " npm run webpack"
25+ "build" : " npm run webpack" ,
26+ "publish" : " vsce publish"
2627 },
2728 "devDependencies" : {
2829 "@types/node" : " ^16.11.4" ,
You can’t perform that action at this time.
0 commit comments