Skip to content

Commit

Permalink
Add homebrew GitHub Action & Remove deprecated action (#488)
Browse files Browse the repository at this point in the history
Added: GitHub Action to Release on Homebrew Tap
  • Loading branch information
AmmarAbouZor authored Nov 10, 2024
1 parent 4ec2e02 commit 594a169
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 86 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Homebrew Bump Formula
on:
release:
types: [published]
workflow_dispatch:
jobs:
homebrew:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Bump Homebrew Formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
tap: AmmarAbouZor/homebrew-tui-journal
formula: tui-journal
86 changes: 0 additions & 86 deletions .github/workflows/release.yml.depricated

This file was deleted.

0 comments on commit 594a169

Please sign in to comment.