Skip to content

Commit

Permalink
Update winget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Mar 24, 2024
1 parent f5f8779 commit e3b9059
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Publish to WinGet

on:
workflow_dispatch:
inputs:
version:
description: Version to release
required: true

jobs:
publish:
Expand All @@ -14,3 +18,4 @@ jobs:
identifier: ProjectJupyter.JupyterLab
token: ${{ secrets.WINGET_TOKEN }}
fork-user: mbektas
release-tag: ${{ inputs.version }}

0 comments on commit e3b9059

Please sign in to comment.