File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,10 @@ jobs:
39
39
shell : pwsh
40
40
run : |
41
41
$repoUrl = "${{ github.server_url }}/${{ github.repository }}"
42
- $issuesUrl = "${$ repoUrl}/issues"
42
+ $issuesUrl = "${repoUrl}/issues"
43
43
$readmeUrl = "https://raw.githubusercontent.com/${{ github.repository }}/main/README.md"
44
44
45
- $uploadUrl = "https://www.vsixgallery.com/api/upload?repo=${$ repoUrl}&issuetracker=${$ issuesUrl}&readmeUrl=${$ readmeUrl}"
45
+ $uploadUrl = "https://www.vsixgallery.com/api/upload?repo=${repoUrl}&issuetracker=${issuesUrl}&readmeUrl=${readmeUrl}"
46
46
47
47
$webclient = New-Object System.Net.WebClient
48
48
$webclient.UploadFile($uploadUrl, "./artifact/CodingWithCalvin.WebcamStudio.vsix") | Out-Null
49
-
50
- # - name: 4. Publish Release to Marketplace
51
- # if: success()
52
- # uses: CodingWithCalvin/GHA-VSMarketplacePublisher@v1
53
- # with:
54
- # marketplace-pat: ${{ secrets.VS_PAT }}
55
- # publish-manifest-path: ./resources/extension.manifest.json
56
- # vsix-path: ./artifact/CodingWithCalvin.WebcamStudio.vsix
You can’t perform that action at this time.
0 commit comments