forked from phoenix/litellm-mirror
(ci/cd) new tagged releases
This commit is contained in:
parent
7a19c89dcd
commit
ecb771230c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ghcr_deploy.yml
vendored
4
.github/workflows/ghcr_deploy.yml
vendored
|
@ -106,8 +106,12 @@ jobs:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Display version
|
||||||
|
run: echo "Current version is $LITELLM_VERSION"
|
||||||
- name: "Set Release Tag"
|
- name: "Set Release Tag"
|
||||||
run: echo "RELEASE_TAG=$LITELLM_VERSION" >> $GITHUB_ENV
|
run: echo "RELEASE_TAG=$LITELLM_VERSION" >> $GITHUB_ENV
|
||||||
|
- name: Display release tag
|
||||||
|
run: echo "RELEASE_TAG is $RELEASE_TAG"
|
||||||
- name: "Create release"
|
- name: "Create release"
|
||||||
uses: "actions/github-script@v6"
|
uses: "actions/github-script@v6"
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue