From d69c50c29438e6c52228653919f0e5c0c26d0634 Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Mon, 21 Aug 2023 14:29:41 -0400 Subject: [PATCH] update winget releaser v2 tag full commit hash --- .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 a3b451f..17a433a 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -14,7 +14,7 @@ jobs: run: | version=$(echo "${{ github.event.release.tag_name }}" | grep -oP "(?<=v)[\d.]+") echo "version=$version" >> $GITHUB_OUTPUT - - uses: vedantmgoyal2009/winget-releaser@22fcaf202ea4df1e621b6fc0c88be192ede74c92 + - uses: vedantmgoyal2009/winget-releaser@688c38a2f42ed9b26438c69da3f96efd7b6ead1d with: identifier: Microsoft.OpenSSH.Beta version: ${{ steps.extract_version.outputs.version }}