Update release.yaml
This commit is contained in:
parent
dcfb0af412
commit
c950ce5e6c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -3,6 +3,9 @@ name: release
|
|||
run-name: release ${{ github.actor }}
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+*"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
IMAGE_VER:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue