File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4545
4646 echo "PRIOR_VERSION_WHEN_PATCH=$prior_version_when_patch" >> $GITHUB_ENV
4747
48- # check out main branch to verify there won't be problems with merging the change log
49- # at the end of this workflow
50- - uses : actions/checkout@v3
51- with :
52- ref : main
53-
54- - run : |
48+ - run : |
5549 if [[ -z $PRIOR_VERSION_WHEN_PATCH ]]; then
5650 # not making a patch release
5751 if ! grep --quiet "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md; then
6054 fi
6155 fi
6256
57+ # check out main branch to verify there won't be problems with merging the change log
58+ # at the end of this workflow
59+ - uses : actions/checkout@v3
60+ with :
61+ ref : main
62+
6363 # back to the release branch
6464 - uses : actions/checkout@v3
6565
You can’t perform that action at this time.
0 commit comments