Skip to content

Commit 3a21050

Browse files
authored
Use fetch-depth: 0 when updating main branch on release
1 parent eb40eeb commit 3a21050

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ jobs:
146146
steps:
147147
- name: Checkout repository
148148
uses: actions/checkout@v4
149+
with:
150+
fetch-depth: 0
149151

150152
- name: Update master branch
151153
id: update_master_branch

0 commit comments

Comments
 (0)