From ec773350299ad4592da106573349222d1205bf4f Mon Sep 17 00:00:00 2001 From: tuntoja <58987095+tuntoja@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:24:46 +0200 Subject: [PATCH] fix(release): fix checkout depth in release action (#1462) --- .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 7b3f8cb2f0b..f9e77551a41 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: |