From 968106e178fc9ee5eaf3f6f6ee086a404cf03005 Mon Sep 17 00:00:00 2001 From: Claudia Date: Mon, 29 Apr 2024 10:39:03 +0200 Subject: [PATCH] feat: add checkout depth to get all the repo commits in the workflow and be able to filter the correct one in the release notes --- .github/workflows/reusable-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-publish.yml b/.github/workflows/reusable-publish.yml index 2916d9e4..6b16be53 100644 --- a/.github/workflows/reusable-publish.yml +++ b/.github/workflows/reusable-publish.yml @@ -22,6 +22,7 @@ jobs: uses: actions/checkout@v3 with: ref: 'develop' + fetch-depth: 0 # fetch all history - name: Setup NodeJS uses: actions/setup-node@v3 with: