File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 22 push :
33name : Package Extension
44jobs :
5- pacakge :
5+ package :
66 runs-on : ubuntu-20.04
77 steps :
88 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1+ on :
2+ workflow_dispatch :
3+ name : Publish Extension
4+ jobs :
5+ publish :
6+ runs-on : ubuntu-20.04
7+ steps :
8+ - uses : actions/checkout@v2
9+ - uses : actions/setup-node@v2
10+ with :
11+ node-version : ' 15'
12+ - run : npm ci
13+ - run : npm install -g vsce
14+ - name : Login to vsce
15+ run : echo ${{ secrets.VS_MARKETPLACE_PAT }} | vsce login coder
16+ - run : vsce publish
Original file line number Diff line number Diff line change 11{
2- "name" : " coder" ,
2+ "name" : " coder-workspaces " ,
33 "publisher" : " coder" ,
4- "displayName" : " Coder" ,
4+ "displayName" : " Coder Workspaces " ,
55 "description" : " Connect VS Code to your Coder Workspaces" ,
66 "repository" : " https://github.com/cdr/vscode-coder" ,
7- "version" : " 0.0.1-dev" ,
7+ "preview" : true ,
8+ "version" : " 0.0.2" ,
89 "engines" : {
910 "vscode" : " ^1.54.0"
1011 },
You can’t perform that action at this time.
0 commit comments