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
echo '❌ Release failed due to branch mismatch: expected ${{ inputs.version }} to be released from ${{ env.RELEASE_BRANCH }} or ${{ env.DEV_BRANCH }}, got ${{ github.ref_name }}' >> $GITHUB_STEP_SUMMARY
58
58
exit 1
59
59
60
-
# If a non-patch release is created from a branch other than its
61
-
#maintenance branch, create that branch from the current one and push it
62
-
- name: "Create new and push release branch for non-patch release"
0 commit comments