mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 19:44:44 +00:00
🐛 remove brew
This commit is contained in:
21
.github/workflows/homebrew.yml
vendored
21
.github/workflows/homebrew.yml
vendored
@@ -1,21 +0,0 @@
|
||||
name: Update Homebrew Formula
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
homebrew:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update Homebrew formula
|
||||
uses: dawidd6/action-homebrew-bump-formula@v3
|
||||
with:
|
||||
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
||||
formula: mole
|
||||
tap: tw93/homebrew-tap
|
||||
create_pullrequest: true
|
||||
commit_message: |
|
||||
Update mole to {{version}}
|
||||
|
||||
Created by action-homebrew-bump-formula
|
||||
Reference in New Issue
Block a user