Add workflow dispatch for release action

This commit is contained in:
PaddiM8 2022-01-01 17:57:15 +01:00
parent 6f7baffcd1
commit 59419582ae

View File

@ -4,6 +4,7 @@ on:
create:
tags:
- 'v*' # Version tag
workflow_dispatch:
env:
CARGO_TERM_COLOR: always