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 2
2
push :
3
3
name : Package Extension
4
4
jobs :
5
- pacakge :
5
+ package :
6
6
runs-on : ubuntu-20.04
7
7
steps :
8
8
- 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 1
1
{
2
- "name" : " coder" ,
2
+ "name" : " coder-workspaces " ,
3
3
"publisher" : " coder" ,
4
- "displayName" : " Coder" ,
4
+ "displayName" : " Coder Workspaces " ,
5
5
"description" : " Connect VS Code to your Coder Workspaces" ,
6
6
"repository" : " https://github.com/cdr/vscode-coder" ,
7
- "version" : " 0.0.1-dev" ,
7
+ "preview" : true ,
8
+ "version" : " 0.0.2" ,
8
9
"engines" : {
9
10
"vscode" : " ^1.54.0"
10
11
},
You can’t perform that action at this time.
0 commit comments