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 }}"