Skip to content

Commit 57b9263

Browse files
fix: regex update in compute-branch
1 parent b7481e6 commit 57b9263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Compute branch
6262
id: compute-branch
6363
run: |
64-
if [[ "${{ matrix.repo }}" =~ eclipse-zenoh\/zenoh(?:-(pico|cpp))? ]] ; then
64+
if [[ "${{ matrix.repo }}" =~ eclipse-zenoh\/zenoh(-pico|-cpp)? ]] ; then
6565
echo "branch=release/${{ inputs.version }}" >> $GITHUB_OUTPUT
6666
else
6767
echo "branch=eclipse-zenoh-bot/post-release-${{ inputs.version }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)