Skip to content

Commit

Permalink
Fetch all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Nov 1, 2024
1 parent a62ac48 commit 2af38ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }} # Checks out the current branch
fetch-depth: 0 # Fetch full history to access all tags for complete changelog generation
ref: ${{ github.head_ref }}

- name: Install git-chglog
run: |
Expand Down

0 comments on commit 2af38ce

Please sign in to comment.