From 4e3db83772bfa1b155a6b4c6534886642b09deaf Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:57:44 -0700 Subject: [PATCH] Fix GitHub release task Since ADO now releases from a commit that does not exist on GitHub. --- .pipelines/vscode-powershell-Official.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pipelines/vscode-powershell-Official.yml b/.pipelines/vscode-powershell-Official.yml index 7e6b17ce50..cea5d0b6d3 100644 --- a/.pipelines/vscode-powershell-Official.yml +++ b/.pipelines/vscode-powershell-Official.yml @@ -193,6 +193,7 @@ extends: inputs: gitHubConnection: GitHub repositoryName: PowerShell/vscode-powershell + target: main assets: $(drop)/powershell-$(vsixVersion).vsix tagSource: userSpecifiedTag tag: v$(version)