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:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
# - uses: actions-rs/cargo@v1
|
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
homebrew:
|
||||||
# with:
|
name: Bump Homebrew formula
|
||||||
# command: publish
|
runs-on: ubuntu-latest
|
||||||
# args: --token ${{ secrets.CARGO_API_KEY }} --allow-dirty
|
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