Skip to content

Commit 1472901

Browse files
committed
ci: Fix changelog generation
1 parent ee862d6 commit 1472901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
version_number: ${{ steps.release_metadata.outputs.version_number }}
2121
tag_name: ${{ steps.release_metadata.outputs.tag_name }}
2222
changelog: ${{ steps.release_metadata.outputs.changelog }}
23-
existing_changelog_path: CHANGELOG.md
2423
steps:
2524
- uses: apify/workflows/git-cliff-release@main
2625
id: release_metadata
2726
name: Prepare release metadata
2827
with:
2928
release_type: prerelease
29+
existing_changelog_path: CHANGELOG.md
3030

3131
lint_check:
3232
name: Lint check

0 commit comments

Comments
 (0)