Skip to content

Commit eeeb939

Browse files
committed
Update release.yml
1 parent e2180b7 commit eeeb939

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
@@ -56,7 +56,7 @@ 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-
echo ${STABLE_VERSION}/${UNSTABLE_VERSION}
59+
grep "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md
6060
exit 1
6161
fi
6262
fi

0 commit comments

Comments
 (0)