From e6985957e8efad3dc32c933d5d4bea678cac20ad Mon Sep 17 00:00:00 2001 From: r17x Date: Sun, 17 Sep 2023 23:48:29 +0700 Subject: [PATCH] ci: on checkout use fetch all history for all tags and branches --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2380c1..c784cd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: ./.github/actions/quickstart - run: pnpm run build - name: release