We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97a0fd commit 63503c2Copy full SHA for 63503c2
.github/workflows/pre-release-prepare.yml
@@ -62,7 +62,6 @@ jobs:
62
exit 1
63
fi
64
65
-
66
if git ls-remote --heads origin release/v${MAJOR_MINOR}.x | grep -q "release/v${MAJOR_MINOR}.x"; then
67
if [ "$IS_PATCH" = "true" ]; then
68
git fetch origin release/v${MAJOR_MINOR}.x
0 commit comments