Skip to content

Commit 23789bc

Browse files
Copilotleofang
andcommitted
Add comment explaining fetch-depth: 0 requirement for lookup-run-id script
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent 23f9a64 commit 23789bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Checkout Source
5353
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5454
with:
55+
# fetch-depth: 0 is required so the lookup-run-id script can access all git tags
5556
fetch-depth: 0
5657

5758
- name: Determine Run ID

0 commit comments

Comments
 (0)