You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--title "chore: bump version to ${NEXT_VERSION}" \
693
693
--body "Post-release version bump to ${NEXT_VERSION}." \
694
694
--base main \
695
-
--head "chore/bump-version-${NEXT_VERSION}"
695
+
--head "chore/bump-version-${NEXT_VERSION}"; then
696
+
echo "::warning::GitHub Actions could not create the post-release PR. The branch chore/bump-version-${NEXT_VERSION} was pushed successfully; open the PR manually."
0 commit comments