Skip to content

Commit

Permalink
Update winget PR title to match conventions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay authored Aug 22, 2023
1 parent 08dd45c commit 343cce0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ci_scripts/winget/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ if (-not $env:WINGET_TOKEN) {
Exit 1
}
# Get the latest wingetcreate exe
Invoke-WebRequest 'https://aka.ms/wingetcreate/latest/self-contained' -OutFile wingetcreate.exe
Invoke-WebRequest 'https://aka.ms/wingetcreate/preview' -OutFile wingetcreate.exe

$prtitle = "New Version: Sigil-Ebook.Sigil version $Version"

# Create the PR
./wingetcreate.exe submit --token $env:WINGET_TOKEN $Version
./wingetcreate.exe submit --prtitle $prtitle --token $env:WINGET_TOKEN $Version

0 comments on commit 343cce0

Please sign in to comment.