mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
fix(ci): try to fix release ci changelog
This commit is contained in:
parent
e60a63593d
commit
f25bd5729f
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -37,16 +37,16 @@ jobs:
|
||||||
- name: build release
|
- name: build release
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
- name: Generate a changelog
|
- name: Generate a changelog
|
||||||
uses: orhun/git-cliff-action@v2
|
uses: orhun/git-cliff-action@v3
|
||||||
id: git-cliff
|
id: git-cliff
|
||||||
with:
|
with:
|
||||||
args: --latest --strip header
|
args: -vv --latest --strip header
|
||||||
env:
|
env:
|
||||||
OUTPUT: ${{ github.workspace }}/CHANGES.md
|
OUTPUT: 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: ${{ steps.git-cliff.outputs.content }}
|
||||||
files: |
|
files: |
|
||||||
README.md
|
README.md
|
||||||
LICENSE
|
LICENSE
|
||||||
|
|
Loading…
Reference in a new issue