diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 28db61e..65a0e4f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + fetch-depth: 5 - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: