[skip ci] Manual release only

This commit is contained in:
Syer10
2025-07-07 23:21:29 -04:00
parent 825d232613
commit 8dbab23de7

View File

@@ -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 }}