diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 7af72b23b369..b213151474dd 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Envrionment uses: actions/checkout@v2 with: - fetch-depth: '' + fetch-depth: 500 - name: Setup Go uses: actions/setup-go@v2