We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb625c commit 2c79caeCopy full SHA for 2c79cae
.github/workflows/release.yml
@@ -103,14 +103,6 @@ jobs:
103
tera --template templates/formula.rb --env-only > $HOME/tera.rb
104
cat $HOME/tera.rb
105
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
-
114
create_draft:
115
needs: ["linux", "macos"]
116
name: Create Draft
0 commit comments