Skip to content

Commit b5da5c0

Browse files
CopilotFlywithYou1
andcommitted
Fix grep pattern for exact branch name matching
Co-authored-by: FlywithYou1 <137418305+FlywithYou1@users.noreply.github.com>
1 parent 7f09077 commit b5da5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-vsix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
# Create or checkout release branch
9595
git fetch origin
96-
if git ls-remote --heads origin | grep -q '^refs/heads/release$'; then
96+
if git ls-remote --heads origin | grep -q 'refs/heads/release$'; then
9797
git checkout -b release origin/release
9898
else
9999
git checkout --orphan release

0 commit comments

Comments
 (0)