From 1c9d347e6588d7a61944aa0b13247f73321f9b42 Mon Sep 17 00:00:00 2001 From: Ilan Uzan Date: Sun, 30 Jun 2024 15:08:37 +0300 Subject: [PATCH] [release] adding fetch depth=0 to checkout step --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41f99dd..a852faa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,8 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Download artifact id: download-artifact