Skip to content

Commit f7dad25

Browse files
authored
ci: Fix release pipeline (#563)
1 parent 75d050b commit f7dad25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

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

6464
update_changelog:
6565
name: Update changelog
66-
needs: [release_metadata, lint_check, type_check, unit_tests, integration_tests]
66+
needs: [release_metadata, lint_check, type_check, unit_tests]
6767
uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@main
6868
with:
6969
version_number: ${{ needs.release_metadata.outputs.version_number }}

0 commit comments

Comments
 (0)