add workflow_dispath to github release

This commit is contained in:
Dongdong Zhou 2022-06-28 20:44:02 +01:00
parent fe4e684821
commit 3f1ba9c0cc
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
name: Release
on:
workflow_dispatch:
inputs:
tag_name:
description: 'Tag name for release'
required: false
default: nightly
push:
tags: ["v[0-9]+.[0-9]+.[0-9]+*"]