From cfc06711d380a4b93f2db749037e716599001215 Mon Sep 17 00:00:00 2001 From: Samuel Moelius <35515885+smoelius@users.noreply.github.com> Date: Mon, 21 Mar 2022 15:08:38 -0400 Subject: [PATCH] Revert 000317c --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e96d6bd12..67ae40e67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 2 + fetch-depth: 0 - name: Check CHANGELOG.md run: ./scripts/check_CHANGELOG.sh "${{ github.ref }}"