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"