summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2024-03-16 10:34:46 -0400
committerDan Davison <dandavison7@gmail.com>2024-03-16 10:34:46 -0400
commit23b967db8a2bb565616022f7d97c5ee534bad16c (patch)
tree4c50756b59463a688a3cea97e3374f14034e861d
parentad1df2d6805d195d8b3d7987e865ffd3ec3039ea (diff)
Stop running bump-homebrew-formula
It looks like delta tags/releases are automatically detected: https://github.com/Homebrew/homebrew-core/blob/master/.github/autobump.txt https://github.com/dandavison/delta/actions/runs/8308431801/job/22738650426
-rw-r--r--.github/workflows/cd.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index b147365b..6b62b2f8 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -109,14 +109,3 @@ jobs:
version: ${{ github.ref_name }}
installers-regex: '-pc-windows-msvc\.zip$'
token: ${{ secrets.WINGET_TOKEN }}
-
- bump-homebrew-formula:
- runs-on: macos-latest
- steps:
- - name: Checkout repository
- uses: actions/checkout@v3
- - name: Bump Homebrew formulae
- uses: dawidd6/action-homebrew-bump-formula@v3
- with:
- formula: git-delta
- token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}