From 5c17efc3b08fcec30b3e5c64540a994c0583b2fb Mon Sep 17 00:00:00 2001 From: Ashwin Thanaraj <37061471+ashwin1111@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:56:25 +0530 Subject: [PATCH] Fix sentry release failure (#150) --- .github/workflows/production_deployment.yml | 2 ++ .github/workflows/staging_deployment.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/production_deployment.yml b/.github/workflows/production_deployment.yml index 18f0407e..5a624195 100644 --- a/.github/workflows/production_deployment.yml +++ b/.github/workflows/production_deployment.yml @@ -10,6 +10,8 @@ jobs: environment: Production steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: push to dockerhub uses: fylein/docker-release-action@master env: diff --git a/.github/workflows/staging_deployment.yml b/.github/workflows/staging_deployment.yml index fb67663b..bb364169 100644 --- a/.github/workflows/staging_deployment.yml +++ b/.github/workflows/staging_deployment.yml @@ -14,7 +14,8 @@ jobs: environment: Staging steps: - uses: actions/checkout@v2 - + with: + fetch-depth: 0 - name: push to dockerhub uses: fylein/docker-release-action@master env: