File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Publish extension to VSC Marketplace
2+
3+ on :
4+ push :
5+ branches : [ main ]
6+
7+ jobs :
8+ publish :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - name : Checkout this repo
12+ uses : actions/checkout@v4
13+ - name : Set up NodeJS
14+ uses : actions/setup-node@v4
15+ with :
16+ node-version : 20
17+ - run : npm ci
18+ - name : Publish to VSC Marketplace
19+ uses : HaaLeo/publish-vscode-extension@v1
20+ with :
21+ pat : ${{ secrets.MARKETPLACE_TOKEN }}
22+ registryUrl : https://marketplace.visualstudio.com
Original file line number Diff line number Diff line change 11{
22 "name" : " prostdev-tools" ,
33 "displayName" : " ProstDev Tools" ,
4+ "publisher" : " ProstDev" ,
45 "description" : " Experimental tools and utilities to ease up your MuleSoft/DataWeave programming!" ,
56 "version" : " 0.0.1" ,
67 "repository" : {
You can’t perform that action at this time.
0 commit comments