Skip to content

Commit

Permalink
feat: Let's --current
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Sep 1, 2023
1 parent fd5ddc3 commit 557623e
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 @@ -30,6 +30,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: -vv --latest --strip header
args: --verbose --current
env:
OUTPUT: CHANGES.md

Expand Down

0 comments on commit 557623e

Please sign in to comment.