diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dba750..af539e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,8 @@ jobs: DOCKER_REGISTRY_URL: registry.hub.docker.com steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: actions/setup-node@v3 with: node-version: '20.9.0'