Skip to content

Commit e036268

Browse files
committed
Fetch full history when doing releases
1 parent cda8130 commit e036268

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
if: github.event_name != 'pull_request'
101101
steps:
102102
- uses: actions/checkout@v4
103+
with:
104+
fetch-depth: 0
103105
- name: Configure Git
104106
run: |
105107
git config user.name "$GITHUB_ACTOR"

0 commit comments

Comments
 (0)