Skip to content

Commit 7fdb5c9

Browse files
Fetch history when cloning, otherwise git commands such as rev-parse could fail. (#2314)
1 parent a389ea2 commit 7fdb5c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
with:
8888
ref: ${{ inputs.commit_sha }}
8989
token: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }}
90+
fetch-depth: 0
9091
- name: Get or create release branch
9192
id: branch-push
9293
shell: bash

0 commit comments

Comments
 (0)