mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
[skip ci] Manual release only
This commit is contained in:
4
.github/workflows/winget.yml
vendored
4
.github/workflows/winget.yml
vendored
@@ -1,8 +1,5 @@
|
|||||||
name: Publish to WinGet
|
name: Publish to WinGet
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- "v*.*.*"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
@@ -19,3 +16,4 @@ jobs:
|
|||||||
installers-regex: '.*x64.msi$'
|
installers-regex: '.*x64.msi$'
|
||||||
token: ${{ secrets.WINGET_PUBLISH_PAT }}
|
token: ${{ secrets.WINGET_PUBLISH_PAT }}
|
||||||
version: ${{ inputs.version || github.ref_name }}
|
version: ${{ inputs.version || github.ref_name }}
|
||||||
|
release-tag: ${{ inputs.version || github.ref_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user