Skip to content

Commit 66aa6a8

Browse files
committed
fix: close conditional in release summary step
1 parent ef2a950 commit 66aa6a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,4 @@ jobs:
179179
echo "1. Review the draft release on the [releases page](https://github.com/${{ github.repository }}/releases)" >> $GITHUB_STEP_SUMMARY
180180
echo "2. Edit the release notes if needed" >> $GITHUB_STEP_SUMMARY
181181
echo "3. Publish the release to trigger automatic publishing to PyPI and crates.io" >> $GITHUB_STEP_SUMMARY
182+
fi

0 commit comments

Comments
 (0)