From 0ea9b8f5928dfb3fcf9207906053543a98952bfb Mon Sep 17 00:00:00 2001 From: tuntoja Date: Thu, 20 Jun 2024 12:08:41 +0200 Subject: [PATCH] fix(release): fix checkout depth in release action --- .github/actions/release/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 16454153e66..74746c3b447 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -25,6 +25,8 @@ runs: steps: - name: Checkout sources uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + with: + fetch-depth: 0 - name: Get released versions for components run: |