diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ccdc0fce..bbc21b58 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -76,8 +76,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - # with: - # fetch-depth: 0 + with: + fetch-depth: 0 # needed for commit authors plugin - name: Login to GitHub Container Registry uses: docker/login-action@v1