From 5888bc8607e219aeeb97cf868531cfca9b5718af Mon Sep 17 00:00:00 2001 From: Louis Gollut Date: Wed, 5 Jul 2023 12:04:38 +0200 Subject: [PATCH] chore(publish): Fix checkout to satisfy graduate option --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e00e15c..aef0564 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: actions/setup-node@v3 with: node-version: 18