Skip to content

Commit 2c79cae

Browse files
WIP
1 parent 3fb625c commit 2c79cae

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

-8
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,6 @@ jobs:
103103
tera --template templates/formula.rb --env-only > $HOME/tera.rb
104104
cat $HOME/tera.rb
105105
106-
- name: Update Homebrew Formula
107-
run: |
108-
cp -f $HOME/tera.rb Formula/tera.rb
109-
git config --global user.name 'TeraBot'
110-
git config --global user.email '[email protected]'
111-
git commit Formula/tera.rb -m "build: new homebrew formula for ${{ env.RELEASE_VERSION }}"
112-
git push origin HEAD:master
113-
114106
create_draft:
115107
needs: ["linux", "macos"]
116108
name: Create Draft

0 commit comments

Comments
 (0)