Skip to content

Commit 289ed15

Browse files
committed
Push Homebrew formula to 2.x (main is protected)
1 parent 03e04fd commit 289ed15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
106106
git config user.email "noc+gitte@cego.dk"
107107
git config user.name "CI"
108-
git fetch origin main
109-
git checkout main
108+
git fetch origin 2.x
109+
git checkout 2.x
110110
111111
mkdir -p Formula
112112
@@ -149,4 +149,4 @@ jobs:
149149
150150
git add Formula/gitte.rb
151151
git commit -m "Update Homebrew formula for ${VERSION}"
152-
git push origin main
152+
git push origin 2.x

0 commit comments

Comments
 (0)