From e3b9059635d72694afd1bde61fa4fdce52ce97b3 Mon Sep 17 00:00:00 2001 From: Mehmet Bektas Date: Sun, 24 Mar 2024 12:57:46 -0700 Subject: [PATCH] Update winget.yml --- .github/workflows/winget.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 49ff8758..e2b61d71 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -2,6 +2,10 @@ name: Publish to WinGet on: workflow_dispatch: + inputs: + version: + description: Version to release + required: true jobs: publish: @@ -14,3 +18,4 @@ jobs: identifier: ProjectJupyter.JupyterLab token: ${{ secrets.WINGET_TOKEN }} fork-user: mbektas + release-tag: ${{ inputs.version }}