mirror of https://github.com/lapce/lapce.git
add workflow_dispath to github release
This commit is contained in:
parent
fe4e684821
commit
3f1ba9c0cc
|
@ -1,6 +1,12 @@
|
||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
tag_name:
|
||||||
|
description: 'Tag name for release'
|
||||||
|
required: false
|
||||||
|
default: nightly
|
||||||
push:
|
push:
|
||||||
tags: ["v[0-9]+.[0-9]+.[0-9]+*"]
|
tags: ["v[0-9]+.[0-9]+.[0-9]+*"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue