From ec7485d45f0f5c4a6675c33b01c9f6f0fed59445 Mon Sep 17 00:00:00 2001 From: Goncharenko Alexander Date: Tue, 13 Aug 2024 09:57:31 +0300 Subject: [PATCH] fix --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbda192..70cc0eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - + with: + fetch-depth: 0 + - name: Setup Git run: | git config --global user.email "devops@brightsec.com"