Skip to content

Commit 32b93b8

Browse files
committed
REMOVE: temporarily disable branch name check
1 parent 40d0b3a commit 32b93b8

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
@@ -77,11 +77,11 @@ jobs:
7777
exit 1
7878
fi
7979
80-
- name: "Fail if branch names don't match"
81-
if: ${{ github.ref_name != env.RELEASE_BRANCH }}
82-
run: |
83-
echo '❌ Release failed due to branch mismatch: expected ${{ inputs.version }} to be released from ${{ env.RELEASE_BRANCH }}, got ${{ github.ref_name }}' >> $GITHUB_STEP_SUMMARY
84-
exit 1
80+
# - name: "Fail if branch names don't match"
81+
# if: ${{ github.ref_name != env.RELEASE_BRANCH }}
82+
# run: |
83+
# echo '❌ Release failed due to branch mismatch: expected ${{ inputs.version }} to be released from ${{ env.RELEASE_BRANCH }}, got ${{ github.ref_name }}' >> $GITHUB_STEP_SUMMARY
84+
# exit 1
8585

8686
#
8787
# Preliminary checks done - commence the release process

0 commit comments

Comments
 (0)