diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index def1669..b55b827 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 # Fetch all history to include tags - name: Set up Git run: |