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
Copy file name to clipboardexpand all lines: .github/workflows/release.yml
+5-5
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,11 @@ jobs:
65
65
exit 1
66
66
fi
67
67
68
-
- name: "Fail if branch names don't match"
69
-
if: ${{ github.ref_name != env.RELEASE_BRANCH }}
70
-
run: |
71
-
echo '❌ Release failed due to branch mismatch: expected ${{ inputs.version }} to be released from ${{ env.RELEASE_BRANCH }}, got ${{ github.ref_name }}' >> $GITHUB_STEP_SUMMARY
# echo '❌ Release failed due to branch mismatch: expected ${{ inputs.version }} to be released from ${{ env.RELEASE_BRANCH }}, got ${{ github.ref_name }}' >> $GITHUB_STEP_SUMMARY
72
+
# exit 1
73
73
74
74
#
75
75
# Preliminary checks done - commence the release process
0 commit comments