Skip to content

Commit

Permalink
fetch all commits + tags for release-notes-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Jan 17, 2025
1 parent a1041b2 commit af552cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/release-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ runs:
if which git &>/dev/null; then exit 0; fi
apt-get install -y git
shell: sh
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # release-notes code needs full commit-history and tags
fetch-tags: 0
- name: Retrieve Release-Notes
shell: bash
run: |
Expand Down

0 comments on commit af552cb

Please sign in to comment.