Skip to content

Commit

Permalink
chore: deploy release on homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
evoxmusic committed Apr 1, 2022
1 parent 0b2e602 commit d70e934
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,22 @@ jobs:
EXTRA_FILES: "README.md"
SRC_DIR: "replibyte"
MINIFY: "yes"
publish-on-homebrew:
runs-on: ubuntu-latest
needs: [ release ]
steps:
- 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, defaults to homebrew/core
tap: Qovery/homebrew-replibyte
# Formula name, required
formula: replibyte
# 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
25 changes: 0 additions & 25 deletions .github/workflows/on-tag-homebrew.yml

This file was deleted.

0 comments on commit d70e934

Please sign in to comment.