Skip to content

Commit

Permalink
Remove Homebrew PR workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Nanda H Krishna <[email protected]>
  • Loading branch information
nandahkrishna committed Feb 13, 2025
1 parent 9561cf7 commit 01e6761
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 130 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,33 +241,3 @@ jobs:
cd gauge
./package.ps1
choco push "gauge.$Env:GAUGE_VERSION.nupkg" --apikey=$Env:API_KEY --source=https://push.chocolatey.org/
brew-release:
runs-on: ubuntu-latest
needs: [gauge-version]
steps:
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3

- name: Fetch gauge version
uses: actions/download-artifact@v4
with:
name: gauge-version
path: .

- name: Set gauge version
run: echo "GAUGE_VERSION=`cat version.txt`" >> $GITHUB_ENV

- name: Update brew formula
env:
HOMEBREW_GITHUB_USER_NAME: ${{ secrets.HOMEBREW_GITHUB_USER_NAME }}
HOMEBREW_GITHUB_USER_EMAIL: ${{ secrets.HOMEBREW_GITHUB_USER_EMAIL }}
GITHUB_TOKEN: ${{ secrets.GAUGEBOT_GITHUB_TOKEN }}
run: |
cd build/brew
bash create_brew_pr.sh
61 changes: 0 additions & 61 deletions build/brew/brew_update.rb

This file was deleted.

39 changes: 0 additions & 39 deletions build/brew/create_brew_pr.sh

This file was deleted.

0 comments on commit 01e6761

Please sign in to comment.