From e5a914404f758ee4bcdc33fb11bb15ff4e8c511c Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Thu, 10 Oct 2024 14:28:11 -0400 Subject: [PATCH] Update winget workflow (#2280) * Update winget.yml (#5) * Update winget.yml --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 49ace323..81959375 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -18,7 +18,7 @@ jobs: echo "version=$version" >> $GITHUB_OUTPUT - uses: vedantmgoyal9/winget-releaser@b87a066d9e624db1394edcd947f8c4e5a7e30cd7 with: - identifier: Microsoft.OpenSSH.Beta + identifier: Microsoft.OpenSSH.Preview version: ${{ steps.extract_version.outputs.version }} token: ${{ secrets.WINGET_TOKEN }} fork-user: pwshBot