File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
46
46
echo "PRIOR_VERSION_WHEN_PATCH=$prior_version_when_patch" >> $GITHUB_ENV
47
47
48
48
- run : |
49
- if [[ -z $PRIOR_VERSION_WHEN_PATCH ]]; then
50
- # not making a patch release
51
- if ! grep --quiet "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md; then
52
- echo the pull request generated by prepare-release-branch.yml needs to be merged first
53
- exit 1
49
+ if [[ -z $PRIOR_VERSION_WHEN_PATCH ]]; then
50
+ # not making a patch release
51
+ if ! grep --quiet "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md; then
52
+ echo the pull request generated by prepare-release-branch.yml needs to be merged first
53
+ exit 1
54
+ fi
54
55
fi
55
- fi
56
56
57
57
# check out main branch to verify there won't be problems with merging the change log
58
58
# at the end of this workflow
You can’t perform that action at this time.
0 commit comments