|
|
|
@ -174,10 +174,10 @@ jobs:
|
|
|
|
|
if: "env.BREW_TOKEN != ''"
|
|
|
|
|
run: |
|
|
|
|
|
git clone git@github.com:yt-dlp/homebrew-taps taps/
|
|
|
|
|
python devscripts/update-formulae.py taps/Formula/yt-dlp.rb "${{ steps.bump_version.outputs.ytdlp_version }}"
|
|
|
|
|
python devscripts/update-formulae.py taps/Formula/yt-dlp.rb "${{ needs.create_release.outputs.ytdlp_version }}"
|
|
|
|
|
git -C taps/ config user.name github-actions
|
|
|
|
|
git -C taps/ config user.email github-actions@example.com
|
|
|
|
|
git -C taps/ commit -am 'yt-dlp: ${{ steps.bump_version.outputs.ytdlp_version }}'
|
|
|
|
|
git -C taps/ commit -am 'yt-dlp: ${{ needs.create_release.outputs.ytdlp_version }}'
|
|
|
|
|
git -C taps/ push
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|