File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
inputs :
8
8
publishMS :
9
- description : ' Publish to the MS Marketplace'
9
+ description : ' Publish to the VS Marketplace'
10
10
type : boolean
11
11
required : true
12
12
default : " true"
63
63
shell : pwsh
64
64
65
65
publishMS :
66
- name : Publish to MS marketplace
66
+ name : Publish to VS marketplace
67
67
runs-on : ubuntu-latest
68
68
needs : package
69
69
if : github.event.inputs.publishMS == 'true'
72
72
- uses : actions/download-artifact@v2
73
73
with :
74
74
name : ${{ needs.package.outputs.packageName }}
75
- - name : Publish to MS marketplace
75
+ - name : Publish to VS marketplace
76
76
run : npx vsce publish --packagePath ./${{ needs.package.outputs.packageName }} -p ${{ secrets.VSCE_PAT }}
77
77
78
78
publishOVSX :
@@ -113,5 +113,5 @@ jobs:
113
113
114
114
with :
115
115
files : ${{ needs.package.outputs.packageName }}
116
- release-tag : ${{ needs.package.outputs.tag }}
116
+ release-tag : ${{ needs.package.outputs.tag }}
117
117
repo-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments