diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index d6f04cb..05682f6 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Git run: | git config --local user.email "action@github.com"