From 5f4152fbfa1c2daff13e2bb22b04c47401ced93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Wed, 13 Apr 2022 15:19:00 +0200 Subject: [PATCH] Bump winget-create [ci skip] --- .github/workflows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 5e570350a..7c035987e 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -218,7 +218,7 @@ jobs: - name: Bump Winget manifest shell: pwsh env: - WINGETCREATE_VERSION: v0.2.0.29-preview + WINGETCREATE_VERSION: v1.0.3.0 GITHUB_TOKEN: ${{ secrets.UPLOAD_GITHUB_TOKEN }} run: | $tagname = $env:GITHUB_REF.Replace("refs/tags/", "")