diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c65f90a4..0c2271b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@master + with: + fetch-depth: 0 - name: Setup node env uses: actions/setup-node@v2.1.2