From 279329bfaaf007a047f7a159b1b93c8f3381d959 Mon Sep 17 00:00:00 2001 From: TechWatching <15186176+TechWatching@users.noreply.github.com> Date: Wed, 14 Jul 2021 01:35:56 +0200 Subject: [PATCH] Add the -s parameter to submit package to winget in pipeline (#3767) Co-authored-by: Alexandre Nedelec --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a490e1c466..f8e85bff15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -298,6 +298,6 @@ jobs: $nushellVersion="${{ needs.release.outputs.version }}" $nushellInstallerName="nu_$($nushellVersion -replace '\.','_')_windows.msi" $installerUrl = "https://github.com/nushell/nushell/releases/download/$nushellVersion/$nushellInstallerName" - .\wingetcreate.exe update Nushell.Nushell -v $nushellVersion -u $installerUrl -t ${{ secrets.NUSHELL_PAT }} + .\wingetcreate.exe update Nushell.Nushell -s -v $nushellVersion -u $installerUrl -t ${{ secrets.NUSHELL_PAT }}