mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-21 23:48: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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
release_body: ${{ steps.git-cliff.outputs.content }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
@ -40,7 +42,7 @@ jobs:
|
|||
uses: orhun/git-cliff-action@v3
|
||||
id: git-cliff
|
||||
with:
|
||||
args: -vv --tag ${{github.ref_name}} --strip header
|
||||
args: -vv --latest --strip header
|
||||
env:
|
||||
OUTPUT: CHANGES.md
|
||||
- name: Release
|
||||
|
|
Loading…
Reference in a new issue