chore(action): add fetch-depth option to changelogithub in release workflow

This commit is contained in:
Jun Chang
2025-04-08 11:55:06 +08:00
parent 7105b0a922
commit 0d91eea055

View File

@@ -37,6 +37,8 @@ jobs:
- run: npx changelogithub@0.12
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
fetch-depth: 0
- name: Upload files to release
uses: svenstaro/upload-release-action@v2