mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-21 23:48:24 +00:00
try to fix release changelog
This commit is contained in:
parent
0bdb275cf6
commit
3db5f37c0c
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -1,5 +1,9 @@
|
|||
name: Release
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
discussions: write
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue