Skip to content

Commit

Permalink
chore: enable brew publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 28, 2024
1 parent 6e4b7a7 commit d8cd84a
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,23 @@ jobs:
env:
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: 1
CARGO_PROFILE_RELEASE_LTO: true
# TODO: enable this later when releases are not so frequent
# bump-homebrew-formula:
# runs-on: macos-latest
# timeout-minutes: 10
# continue-on-error: true
# if: ${{ startsWith(github.ref, 'refs/tags/v') }}
# steps:
# - name: Bump Homebrew formula
# uses: dawidd6/action-homebrew-bump-formula@v3
# with:
# token: ${{ secrets.GH_BOT_TOKEN }}
# formula: usage
# - name: Bump Homebrew formula
# uses: dawidd6/action-homebrew-bump-formula@v3
# with:
# token: ${{ secrets.GH_BOT_TOKEN }}
# formula: usage
# tap: jdx/homebrew-tap
bump-homebrew-formula:
runs-on: macos-latest
timeout-minutes: 10
continue-on-error: true
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
steps:
- name: Bump Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{ secrets.GH_BOT_TOKEN }}
formula: usage
- name: Bump Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{ secrets.GH_BOT_TOKEN }}
formula: usage
tap: jdx/homebrew-tap
bump-aur:
runs-on: ubuntu-latest
needs: [build]
Expand Down

0 comments on commit d8cd84a

Please sign in to comment.