diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 0bcec2c..38aac54 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -18,6 +18,8 @@ jobs: tag: ${{ steps.version.outputs.tag }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Extract version from PR title id: version