mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
fix(ci): fix ci release
This commit is contained in:
parent
14b86a86f4
commit
9635b025e8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
uses: orhun/git-cliff-action@v2
|
uses: orhun/git-cliff-action@v2
|
||||||
id: git-cliff
|
id: git-cliff
|
||||||
with:
|
with:
|
||||||
args: -vv --latest --strip header
|
args: --latest --strip header
|
||||||
env:
|
env:
|
||||||
OUTPUT: CHANGES.md
|
OUTPUT: CHANGES.md
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|
Loading…
Reference in a new issue