Skip to content

Commit e3b9059

Browse files
committed
Update winget.yml
1 parent f5f8779 commit e3b9059

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/winget.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Publish to WinGet
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
version:
7+
description: Version to release
8+
required: true
59

610
jobs:
711
publish:
@@ -14,3 +18,4 @@ jobs:
1418
identifier: ProjectJupyter.JupyterLab
1519
token: ${{ secrets.WINGET_TOKEN }}
1620
fork-user: mbektas
21+
release-tag: ${{ inputs.version }}

0 commit comments

Comments
 (0)