Skip to content

Commit 5c6d9b5

Browse files
committed
fix(ci): changelog workflow must receive git tags too
1 parent d547851 commit 5c6d9b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable_publish_changelog.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout repository # reusable workflows start clean, so we need to checkout again
1818
uses: actions/checkout@v3
19+
with:
20+
fetch-depth: 0
1921
- name: Git client setup and refresh tip
2022
run: |
2123
git config user.name "Release bot"

0 commit comments

Comments
 (0)