File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 3333 token : ${{ secrets.GH_SECRET }}
3434 commit : ${{ steps.artifact_manifest.outputs.sha }}
3535 tag : ${{ steps.artifact_manifest.outputs.version }}
36+
37+ - name : 4. Publish Release to OpenVSIX Gallery
38+ if : success()
39+ shell : pwsh
40+ run : |
41+ $repoUrl = ${{ github.server_url }}/${{ github.repository }}
42+ $issuesUrl = $repo + "/issues"
43+ $readmeUrl = "https://raw.githubusercontent.com/${{ github.repository }}/main/README.md"
44+
45+ https://www.vsixgallery.com/api/upload?repo=" + $repoUrl + "&issuetracker=" + $issuesUrl + "&readmeUrl=" + $readmeUrl
3646
3747 - name : 4. Publish Release to Marketplace
3848 if : success()
4151 marketplace-pat : ${{ secrets.VS_PAT }}
4252 publish-manifest-path : ./resources/extension.manifest.json
4353 vsix-path : ./artifact/CodingWithCalvin.WebcamStudio.vsix
44-
45-
You can’t perform that action at this time.
0 commit comments