release: workflow manual dispatch

This commit is contained in:
alex.sharov 2023-02-08 10:47:11 +07:00
parent e84c43f7dc
commit 08b10cd667

View File

@ -13,6 +13,12 @@ on:
- 'v*.*.*'
# to be used by fork patch-releases ^^
- 'v*.*.*-*'
workflow_dispatch:
inputs:
tags:
- 'v*.*.*'
# to be used by fork patch-releases ^^
- 'v*.*.*-*'
jobs:
goreleaser: