fix: auto-tag checkout に fetch-depth: 0 を追加(PR head SHA が shallow clone に存在しない問題)
This commit is contained in:
parent
ced4a1f74b
commit
3fe7520620
2
.github/workflows/auto-tag.yml
vendored
2
.github/workflows/auto-tag.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user