Skip to content

Commit

Permalink
Partially revert "[build] Add homebrew taps (yt-dlp#827)"
Browse files Browse the repository at this point in the history
  • Loading branch information
pukkandan committed Sep 1, 2021
1 parent 347182a commit be4d9f4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,6 @@ jobs:
rm -rf dist/*
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Install SSH private key
if: ${{ secrets.BREW_TOKEN }}
uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: ${{ secrets.BREW_TOKEN }}
- name: Update Homebrew Formulae
# can't use secrets.GITHUB_TOKEN because it's outside yt-dlp repository
if: ${{ secrets.BREW_TOKEN }}
run: |
git clone git@github.com:yt-dlp/homebrew-taps taps/
python3 devscripts/update-formulae.py taps/Formula/yt-dlp.rb "${{ steps.bump_version.outputs.ytdlp_version }}"
git -C taps/ commit -am 'yt-dlp: ${{ steps.bump_version.outputs.ytdlp_version }}'
git -C taps/ push
build_windows:
runs-on: windows-latest
Expand Down

0 comments on commit be4d9f4

Please sign in to comment.