Skip to content

Commit

Permalink
refactor(cd): remove unnecessary config update
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 28, 2023
1 parent b3eef4a commit e42f910
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Update config
shell: bash
run: sed -E -i "s/\s+\#\s(.*)\s\#\sreplace issue numbers/\\t\1/g" config/cliff.toml
- name: Generate a changelog
uses: orhun/git-cliff-action@v2
id: git-cliff
Expand Down

0 comments on commit e42f910

Please sign in to comment.