Skip to content

Commit

Permalink
ci: allow manual submissions (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisakura authored Oct 7, 2023
1 parent 45f56c6 commit 9c95956
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/winget-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Submit to Winget Community Repo
on:
release:
types: [published]
workflow_dispatch:
inputs:
tag:
type: string
description: The release tag to submit
required: true

jobs:
winget:
Expand All @@ -15,3 +21,4 @@ jobs:
identifier: Vencord.Vesktop
token: ${{ secrets.WINGET_PAT }}
installers-regex: '\.exe$'
release-tag: ${{ inputs.tag || github.event.release.tag_name }}

0 comments on commit 9c95956

Please sign in to comment.