Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Feb 23, 2024
1 parent 114884d commit 2a882e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
# not making a patch release
if ! grep --quiet "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md; then
echo the pull request generated by prepare-release-branch.yml needs to be merged first
exit 1
fi
grep "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md
cat CHANGELOG.md
Expand Down

0 comments on commit 2a882e4

Please sign in to comment.