Skip to content

Commit b28d558

Browse files
committed
always show summary
1 parent 0b18104 commit b28d558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
name: Release summary
189189
runs-on: ubuntu-latest
190190
needs: [build_sdist, workflow_state, build_wheels, upload_s3, publish_pypi, cleanup_nightlies]
191-
if: true
191+
if: always()
192192
steps:
193193
- run: |
194194
sha=${{ github.sha }}

0 commit comments

Comments
 (0)