Skip to content

Commit 5acbb3b

Browse files
committed
Fix release pipeline
1 parent d84c929 commit 5acbb3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
update_changelog:
5959
name: Update changelog
60-
needs: [release_metadata, lint_check, type_check, unit_tests]
60+
needs: [release_metadata, lint_check, type_check]
6161
uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@main
6262
with:
6363
version_number: ${{ needs.release_metadata.outputs.version_number }}

0 commit comments

Comments
 (0)