From eaf81ed31c50fc4105dca03f5d22275385544d63 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 4 Apr 2024 18:26:47 -0700 Subject: [PATCH] fix github stable releases --- .github/workflows/ghcr_deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index c7288a7c3..02b53ddf1 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -20,8 +20,6 @@ env: jobs: determine-release-type: runs-on: ubuntu-latest - outputs: - type_release: ${{ steps.set-release-type.outputs.type_release }} steps: - name: Set release type id: set-release-type @@ -33,6 +31,9 @@ jobs: echo "latest release" echo "type_release=latest" >> $GITHUB_ENV fi + echo "type_release value: $type_release" + env: + ACTIONS_ALLOW_ENV_MARK: true docker-hub-deploy: if: github.repository == 'BerriAI/litellm'