From 6f19cb84b33b38bd8fa6e4bf5490762505c4d065 Mon Sep 17 00:00:00 2001 From: Inhere Date: Mon, 18 Jul 2022 13:41:51 +0800 Subject: [PATCH] chore: update release script checkout setting --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4155617..5497edc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set ENV for github-release # https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable