mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-29 15:42:15 +03:00
fix(cd): do not execute commands for the release changelog
This commit is contained in:
parent
75a04bb1b0
commit
1aaa9b2150
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@ -16,14 +16,12 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Check typos
|
||||
uses: crate-ci/typos@master
|
||||
- name: Generate a changelog
|
||||
uses: orhun/git-cliff-action@main
|
||||
id: git-cliff
|
||||
with:
|
||||
config: cliff.toml
|
||||
args: -vv --latest --strip header
|
||||
args: -vv --latest --strip header --no-exec
|
||||
env:
|
||||
OUTPUT: CHANGES.md
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user