File tree Expand file tree Collapse file tree 17 files changed +58
-57
lines changed
Expand file tree Collapse file tree 17 files changed +58
-57
lines changed Original file line number Diff line number Diff line change 1616 tag=${GITHUB_REF#refs/tags/}
1717 echo "Setting package version $tag"
1818 npm --no-git-tag-version version "$tag"
19- npm install -g vsce
20- vsce package
19+ npx vsce package
2120 - name : Publish extension to marketplace
2221 env :
2322 AZURE_TOKEN : ${{ secrets.AZURE_TOKEN }}
2423 run : |
25- vsce publish -p "$AZURE_TOKEN"
24+ npx vsce publish -p "$AZURE_TOKEN"
Original file line number Diff line number Diff line change 22 "name" : <%- JSON.stringify(name) %>,
33 "displayName" : <%- JSON.stringify(displayName) %>,
44 "description" : <%- JSON.stringify(description) %>,
5- "version" : " 0.0.1 " ,
5+ "version" : " <% if (gitHubWorkFlowInit) { %> 0.0.0<% } else { %>0.0.1<% } %> " ,
66 "engines" : {
77 "vscode" : <%- JSON.stringify(vsCodeEngine) %>
88 },
1818 }
1919 ]
2020 }
21- }
21+ }
Original file line number Diff line number Diff line change 4343 tag=${GITHUB_REF#refs/tags/}
4444 echo "Setting package version $tag"
4545 npm --no-git-tag-version version "$tag"
46- npm install -g vsce
47- vsce package
46+ npx vsce package
4847 - name : Publish extension to marketplace
4948 env :
5049 AZURE_TOKEN : ${{ secrets.AZURE_TOKEN }}
5150 run : |
52- vsce publish -p "$AZURE_TOKEN"
51+ npx vsce publish -p "$AZURE_TOKEN"
Original file line number Diff line number Diff line change 22 "name" : <%- JSON.stringify(name) %>,
33 "displayName" : <%- JSON.stringify(displayName) %>,
44 "description" : <%- JSON.stringify(description) %>,
5- "version" : " 0.0.1 " ,
5+ "version" : " <% if (gitHubWorkFlowInit) { %> 0.0.0<% } else { %>0.0.1<% } %> " ,
66 "engines" : {
77 "vscode" : <%- JSON.stringify(vsCodeEngine) %>
88 },
Original file line number Diff line number Diff line change 4343 tag=${GITHUB_REF#refs/tags/}
4444 echo "Setting package version $tag"
4545 npm --no-git-tag-version version "$tag"
46- npm install -g vsce
47- vsce package
46+ npx vsce package
4847 - name : Publish extension to marketplace
4948 env :
5049 AZURE_TOKEN : ${{ secrets.AZURE_TOKEN }}
5150 run : |
52- vsce publish -p "$AZURE_TOKEN"
51+ npx vsce publish -p "$AZURE_TOKEN"
Original file line number Diff line number Diff line change 22 "name" : <%- JSON.stringify(name) %>,
33 "displayName" : <%- JSON.stringify(displayName) %>,
44 "description" : <%- JSON.stringify(description) %>,
5- "version" : " 0.0.1 " ,
5+ "version" : " <% if (gitHubWorkFlowInit) { %> 0.0.0<% } else { %>0.0.1<% } %> " ,
66 "engines" : {
77 "vscode" : <%- JSON.stringify(vsCodeEngine) %>
88 },
Original file line number Diff line number Diff line change 1616 tag=${GITHUB_REF#refs/tags/}
1717 echo "Setting package version $tag"
1818 npm --no-git-tag-version version "$tag"
19- npm install -g vsce
20- vsce package
19+ npx vsce package
2120 - name : Publish extension to marketplace
2221 env :
2322 AZURE_TOKEN : ${{ secrets.AZURE_TOKEN }}
2423 run : |
25- vsce publish -p "$AZURE_TOKEN"
24+ npx vsce publish -p "$AZURE_TOKEN"
Original file line number Diff line number Diff line change 22 "name" : <%- JSON.stringify(name) %>,
33 "displayName" : <%- JSON.stringify(displayName) %>,
44 "description" : <%- JSON.stringify(description) %>,
5- "version" : " 0.0.1 " ,
5+ "version" : " <% if (gitHubWorkFlowInit) { %> 0.0.0<% } else { %>0.0.1<% } %> " ,
66 "engines" : {
77 "vscode" : <%- JSON.stringify(vsCodeEngine) %>
88 },
1313 " <%- extensionList[i] %>" , <%}%>
1414 " <%- extensionList[extensionList.length-1]%>"
1515 ]
16- }
16+ }
Original file line number Diff line number Diff line change 1616 tag=${GITHUB_REF#refs/tags/}
1717 echo "Setting package version $tag"
1818 npm --no-git-tag-version version "$tag"
19- npm install -g vsce
20- vsce package
19+ npx vsce package
2120 - name : Publish extension to marketplace
2221 env :
2322 AZURE_TOKEN : ${{ secrets.AZURE_TOKEN }}
2423 run : |
25- vsce publish -p "$AZURE_TOKEN"
24+ npx vsce publish -p "$AZURE_TOKEN"
Original file line number Diff line number Diff line change 22 "name" : <%- JSON.stringify(name) %>,
33 "displayName" : <%- JSON.stringify(displayName) %>,
44 "description" : <%- JSON.stringify(description) %>,
5- "version" : " 0.0.1 " ,
5+ "version" : " <% if (gitHubWorkFlowInit) { %> 0.0.0<% } else { %>0.0.1<% } %> " ,
66 "engines" : {
77 "vscode" : <%- JSON.stringify(vsCodeEngine) %>
88 },
1717 }
1818 ]
1919 }
20- }
20+ }
You can’t perform that action at this time.
0 commit comments