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"
|
name: "Release"
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
tags:
|
inputs:
|
||||||
- "**"
|
tag:
|
||||||
|
description: "The tag version you want to release"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue