Skip to content

Commit

Permalink
try to fix release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Mar 1, 2024
1 parent 0bdb275 commit 3db5f37
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release

permissions:
contents: write
discussions: write

on:
push:
tags:
Expand Down Expand Up @@ -38,12 +42,11 @@ jobs:
with:
args: --latest --strip header
env:
OUTPUT: CHANGES.md
OUTPUT: ${{ github.workspace }}/CHANGES.md
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: ${{ github.workspace }}/CHANGES.md
generate_release_notes: true
files: |
README.md
LICENSE
Expand Down

0 comments on commit 3db5f37

Please sign in to comment.