Skip to content

Commit 4d667ec

Browse files
authored
Update publish.yml
1 parent 2aa8cbe commit 4d667ec

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,10 @@ jobs:
3939
shell: pwsh
4040
run: |
4141
$repoUrl = "${{ github.server_url }}/${{ github.repository }}"
42-
$issuesUrl = "${$repoUrl}/issues"
42+
$issuesUrl = "${repoUrl}/issues"
4343
$readmeUrl = "https://raw.githubusercontent.com/${{ github.repository }}/main/README.md"
4444
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}"
4646
4747
$webclient = New-Object System.Net.WebClient
4848
$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

0 commit comments

Comments
 (0)