Skip to content

Commit 0c4c2d0

Browse files
committed
fix for changelog missing commit ids
1 parent e6edc88 commit 0c4c2d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout Master
1111
uses: actions/checkout@v2
12+
with:
13+
fetch-depth: 0
1214
- name: Configure Git Credentials
1315
run: |
1416
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)