Skip to content

Commit 5d5dbfd

Browse files
committed
REMOVE: skip branch check
1 parent 2bbf773 commit 5d5dbfd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
exit 1
6666
fi
6767
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
72-
exit 1
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
72+
# exit 1
7373

7474
#
7575
# Preliminary checks done - commence the release process

0 commit comments

Comments
 (0)