Skip to content

Commit

Permalink
fix(cd): do not execute commands for the release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 22, 2024
1 parent 75a04bb commit 1aaa9b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1aaa9b2

Please sign in to comment.