Skip to content

Commit 3187e7f

Browse files
committed
fetch-tags does not work correctly
actions/checkout#1781
1 parent f25cbd6 commit 3187e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/create-release-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v4
5353
with:
5454
path: caller
55-
fetch-tags: true
55+
fetch-depth: 0
5656

5757
- name: Set up python
5858
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)