We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e3935 commit 40573a7Copy full SHA for 40573a7
.github/workflows/winget-stable.yml
@@ -19,10 +19,12 @@ jobs:
19
installers-regex: 'Rnwood.Smtp4dev-win-(x64|arm64)-.*\.zip'
20
token: ${{ secrets.WINGET_TOKEN }}
21
version: ${{ inputs.version }}
22
+ release-tag: ${{ inputs.version }}
23
- name: Publish smtp4dev.Desktop to WinGet
24
uses: vedantmgoyal9/winget-releaser@main
25
with:
26
identifier: Rnwood.Smtp4dev.Desktop
27
installers-regex: 'Rnwood.Smtp4dev.Desktop-win-x64-.*\.zip'
28
29
30
0 commit comments