fix: auto-tag checkout に fetch-depth: 0 を追加(PR head SHA が shallow clone に存在しない問題)

This commit is contained in:
nrslib 2026-02-23 15:50:16 +09:00
parent ced4a1f74b
commit 3fe7520620

View File

@ -18,6 +18,8 @@ jobs:
tag: ${{ steps.version.outputs.tag }} tag: ${{ steps.version.outputs.tag }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Extract version from PR title - name: Extract version from PR title
id: version id: version