Skip to content

Commit

Permalink
🐛 Fix missing argument for checkout
Browse files Browse the repository at this point in the history
checkout v3 only gets the latest commit per default, fix to allow
scanning for release contents
  • Loading branch information
penguineer committed Mar 21, 2023
1 parent 2dd10ff commit a53e521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: "Check-out"
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Generate release changelog"
id: generate-release-changelog
uses: heinrichreimer/[email protected]
Expand Down

0 comments on commit a53e521

Please sign in to comment.