Skip to content

Commit db001ca

Browse files
committed
Add Winget Releaser workflow
1 parent 4eefa99 commit db001ca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/winget.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Publish to WinGet
2+
3+
on:
4+
release:
5+
types: [released]
6+
7+
jobs:
8+
publish:
9+
runs-on: windows-latest
10+
steps:
11+
- uses: vedantmgoyal2009/winget-releaser@latest
12+
with:
13+
identifier: NotionRepackaged.NotionEnhanced
14+
version-regex: '[\d.-]+'
15+
installers-regex: 'Notion-Enhanced-Setup-*.exe$'
16+
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)