diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e39d0f..1551620 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Get next version id: next_version