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: