Skip to content

Commit

Permalink
Add Winget Releaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom committed Jul 24, 2022
1 parent 4eefa99 commit db001ca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish to WinGet

on:
release:
types: [released]

jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@latest
with:
identifier: NotionRepackaged.NotionEnhanced
version-regex: '[\d.-]+'
installers-regex: 'Notion-Enhanced-Setup-*.exe$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit db001ca

Please sign in to comment.