forked from phoenix/litellm-mirror
Update release2.yaml
This commit is contained in:
parent
a694150385
commit
0992dc831a
1 changed files with 5 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue