mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-22 11:34:07 +01: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
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
@@ -19,3 +16,4 @@ jobs:
|
||||
installers-regex: '.*x64.msi$'
|
||||
token: ${{ secrets.WINGET_PUBLISH_PAT }}
|
||||
version: ${{ inputs.version || github.ref_name }}
|
||||
release-tag: ${{ inputs.version || github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user