mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38: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
|
name: Release
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
discussions: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
@ -38,12 +42,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
args: --latest --strip header
|
args: --latest --strip header
|
||||||
env:
|
env:
|
||||||
OUTPUT: CHANGES.md
|
OUTPUT: ${{ github.workspace }}/CHANGES.md
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
body_path: ${{ github.workspace }}/CHANGES.md
|
body_path: ${{ github.workspace }}/CHANGES.md
|
||||||
generate_release_notes: true
|
|
||||||
files: |
|
files: |
|
||||||
README.md
|
README.md
|
||||||
LICENSE
|
LICENSE
|
||||||
|
|
Loading…
Reference in a new issue