Skip to content

Commit

Permalink
ci: Checkout tags when building a new release. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes authored Oct 17, 2024
1 parent c0da8f6 commit a93165a
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-tags: true
- name: Bump version and create changelog
id: bump
uses: commitizen-tools/commitizen-action@master
Expand Down

0 comments on commit a93165a

Please sign in to comment.