1
1
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:
Orhun Parmaksız 2024-02-22 22:35:33 +03:00
parent 75a04bb1b0
commit 1aaa9b2150
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -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