From 2c1ca4bd64482417cde4d4ca1646f0135f0c8e1f Mon Sep 17 00:00:00 2001 From: Robbie Davis Date: Fri, 2 Feb 2024 15:22:42 -0500 Subject: [PATCH] Update workflow Get commit history --- .github/workflows/nextjs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index d155ade..0b116e8 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -31,6 +31,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Detect package manager id: detect-package-manager run: |