Skip to content

Commit

Permalink
fix: Let's try with depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Sep 1, 2023
1 parent 984bf06 commit 09f7f66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Download the Release binaries
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -65,7 +67,7 @@ jobs:
uses: orhun/git-cliff-action@v2
with:
config: cliff.toml
args: --verbose --latest
args: --verbose
env:
OUTPUT: ${{ env.release-notes }}

Expand Down

0 comments on commit 09f7f66

Please sign in to comment.