Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
if: steps.check-release.outputs.should_release == 'true'
run: |
echo "📥 Installing git-cliff for changelog generation..."
curl -L https://github.com/orhun/git-cliff/releases/latest/download/git-cliff-x86_64-unknown-linux-gnu.tar.gz | tar -xz
sudo mv git-cliff-*/git-cliff /usr/local/bin/
curl -L https://github.com/orhun/git-cliff/releases/latest/download/git-cliff-0.24.2-x86_64-unknown-linux-gnu.tar.gz | tar -xz
sudo mv git-cliff-0.24.2/git-cliff /usr/local/bin/
git-cliff --version

- name: Generate changelog
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
if: steps.check-release.outputs.should_release == 'true'
run: |
echo "📝 Updating CHANGELOG.md in repository..."

# Create the new changelog entry
echo "# Changelog" > CHANGELOG_NEW.md
echo "" >> CHANGELOG_NEW.md
Expand Down
Loading