From 28fcfd6dded41100f49f01d90205160b34624b9a Mon Sep 17 00:00:00 2001 From: Cassiano Aquino Date: Wed, 28 Dec 2022 13:03:08 +0000 Subject: [PATCH] add depth to checkout --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37754bb..01454bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: + fetch-depth: 0 token: ${{ steps.app.outputs.app_token }} ref: ${{ github.ref_name }}