mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Add bump homebrew github action
This commit is contained in:
parent
23d91c38b5
commit
6642194f35
1 changed files with 11 additions and 5 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -105,8 +105,14 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
# - uses: actions-rs/cargo@v1
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
# with:
|
||||
# command: publish
|
||||
# args: --token ${{ secrets.CARGO_API_KEY }} --allow-dirty
|
||||
|
||||
homebrew:
|
||||
name: Bump Homebrew formula
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update Homebrew formula
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: dawidd6/action-homebrew-bump-formula@v3
|
||||
with:
|
||||
token: ${{secrets.HOMEBREW_TOKEN}}
|
||||
formula: taskwarrior-tui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue