From 2327bbb52303257ab24dfa057c07d6cda67036c7 Mon Sep 17 00:00:00 2001 From: Steven Pautz Date: Sun, 21 Aug 2022 11:18:42 -0400 Subject: [PATCH] Checkout repo with history for CI, for changelog status check --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5945b2..c7ab82e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3