From 234f2a3dd8bd74392d9c92ceccc00b7c6d6da21e Mon Sep 17 00:00:00 2001 From: Wagner Santos <7467450+wagoid@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:34:47 -0300 Subject: [PATCH] ci: include all commits when releasing to build proper release notes --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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'