Update release2.yaml
This commit is contained in:
parent
a694150385
commit
0992dc831a
9
.github/workflows/release2.yaml
vendored
9
.github/workflows/release2.yaml
vendored
@ -2,10 +2,11 @@
|
||||
|
||||
name: "Release"
|
||||
|
||||
on: # yamllint disable-line rule:truthy
|
||||
push:
|
||||
tags:
|
||||
- "**"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: "The tag version you want to release"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user