Skip to content

Commit

Permalink
ci: Added missing fetch depth for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Dec 10, 2024
1 parent a2442c7 commit 4b43acd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Bump version and create changelog
id: bump
uses: commitizen-tools/commitizen-action@master
Expand Down

0 comments on commit 4b43acd

Please sign in to comment.