Skip to content

Commit

Permalink
chore: publish on Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
evoxmusic committed Apr 1, 2022
1 parent f029e4d commit fb684a0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,20 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
token: ${{ secrets.PERSONAL_TOKEN }}
# Optional, will create tap repo fork in organization
org: Qovery
# Optional, defaults to homebrew/core
tap: Qovery/homebrew-replibyte
# Formula name, required
formula: FORMULA
# Optional, will be determined automatically
tag: ${{ github.ref }}
# Optional, will be determined automatically
revision: ${{ github.sha }}
# Optional, if don't want to check for already open PRs
force: false # true

0 comments on commit fb684a0

Please sign in to comment.