diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 9076878..496daaa 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: List all changed files uses: tj-actions/changed-files@v40