Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Feb 17, 2024
1 parent 390cf05 commit a4ca9c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ jobs:
uses: orhun/git-cliff-action@v2
id: git-cliff
with:
args: -l
args: -vv --latest --strip header
env:
OUTPUT: CHANGELOG-CURRENT.md
OUTPUT: CHANGES.md
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: ${{ github.workspace }}/CHANGELOG-CURRENT.md
body_path: ${{ github.workspace }}/CHANGES.md
generate_release_notes: true
files: |
README.md
LICENSE
CHANGELOG-CURRENT.md
CHANGES.md
target/release/edlang

0 comments on commit a4ca9c2

Please sign in to comment.