Skip to content

Commit 114884d

Browse files
committed
Update release.yml
1 parent eeeb939 commit 114884d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
# not making a patch release
5757
if ! grep --quiet "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md; then
5858
echo the pull request generated by prepare-release-branch.yml needs to be merged first
59-
grep "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md
6059
exit 1
6160
fi
61+
grep "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md
62+
cat CHANGELOG.md
6263
fi
6364
6465
# back to the release branch

0 commit comments

Comments
 (0)