mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
try release ci
This commit is contained in:
parent
b0da114df4
commit
466b7687a7
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -12,6 +12,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
outputs:
|
||||||
|
release_body: ${{ steps.git-cliff.outputs.content }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
@ -40,7 +42,7 @@ jobs:
|
||||||
uses: orhun/git-cliff-action@v3
|
uses: orhun/git-cliff-action@v3
|
||||||
id: git-cliff
|
id: git-cliff
|
||||||
with:
|
with:
|
||||||
args: -vv --tag ${{github.ref_name}} --strip header
|
args: -vv --latest --strip header
|
||||||
env:
|
env:
|
||||||
OUTPUT: CHANGES.md
|
OUTPUT: CHANGES.md
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|
Loading…
Reference in a new issue