From 3fe7520620d6218176f0f0385c3a1148d0cbb586 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:50:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20auto-tag=20checkout=20=E3=81=AB=20fetch-?= =?UTF-8?q?depth:=200=20=E3=82=92=E8=BF=BD=E5=8A=A0=EF=BC=88PR=20head=20SH?= =?UTF-8?q?A=20=E3=81=8C=20shallow=20clone=20=E3=81=AB=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E3=81=97=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-tag.yml | 2 ++ 1 file changed, 2 insertions(+) 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