File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -108,5 +108,18 @@ jobs:
108108 runs-on : ubuntu-latest
109109 needs : build-vsix
110110 steps :
111+ - name : Checkout
112+ uses : actions/checkout@v4
113+ - name : Setup
114+ uses : ./.github/actions/setup
115+ with :
116+ node_version : ${{ env.NODE_VERSION}}
117+
118+ - name : Build VSIX
119+ run : npx vsce package --out dist/upsun-cli.vsix --pre-release
120+ shell : bash
121+
111122 - name : Publish
123+ env :
124+ AZURE_ACCESS_TOKEN : ${{ secrets.AZURE_ACCESS_TOKEN }}
112125 run : npx vsce publish --packagePath dist/*.vsix -p $AZURE_ACCESS_TOKEN
Original file line number Diff line number Diff line change 1010 },
1111 "license" : " SEE LICENSE IN LICENSE.txt" ,
1212 "homepage" : " https://github.com/upsun/vscode-upsun/blob/main/README.md" ,
13- "publisher" : " upsun-vscode " ,
13+ "publisher" : " Upsun " ,
1414 "icon" : " resources/images/upsun-icon.png" ,
1515 "repository" : {
1616 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments