Skip to content

Commit a06543e

Browse files
authored
Merge pull request #5 from RegioHelden/fetch-git-history
fix: fetch all history when generating changelog, closes #4
2 parents fec513c + b71027b commit a06543e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
token: "${{ secrets.personal-access-token }}"
21+
fetch-depth: 0
22+
fetch-tags: true
2123

2224
- name: Get version from repository
2325
id: project-version

0 commit comments

Comments
 (0)