diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml deleted file mode 100644 index 5b2c6eff..00000000 --- a/.github/workflows/homebrew.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Bump Homebrew formula - -on: - push: - tags: '*' - -jobs: - homebrew: - name: Bump Homebrew formula - runs-on: ubuntu-latest - steps: - - name: Update Homebrew Formula - uses: dawidd6/action-homebrew-bump-formula@v5 - with: - token: ${{ secrets.HOMEBREW_TOKEN }} - formula: cliproxyapi \ No newline at end of file