From ecb771230c8c6c6ae9bc2cc456217b314247658f Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 4 Jan 2024 15:21:04 +0530 Subject: [PATCH] (ci/cd) new tagged releases --- .github/workflows/ghcr_deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 738081d11..bc88e560c 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -106,8 +106,12 @@ jobs: runs-on: "ubuntu-latest" steps: + - name: Display version + run: echo "Current version is $LITELLM_VERSION" - name: "Set Release Tag" run: echo "RELEASE_TAG=$LITELLM_VERSION" >> $GITHUB_ENV + - name: Display release tag + run: echo "RELEASE_TAG is $RELEASE_TAG" - name: "Create release" uses: "actions/github-script@v6" with: