feat: allow overriding database executable and fail on errors #22
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
tags: | |
- "*" | |
jobs: | |
homebrew-releaser: | |
runs-on: ubuntu-latest | |
name: homebrew-releaser | |
steps: | |
- name: Release my project to my Homebrew tap | |
uses: Justintime50/homebrew-releaser@v1 | |
with: | |
commit_owner: Justintime50 | |
commit_email: 39606064+Justintime50@users.noreply.github.com | |
homebrew_owner: Justintime50 | |
homebrew_tap: homebrew-formulas | |
install: bin.install "src/srvinfra.sh" => "srvinfra" | |
github_token: ${{ secrets.HOMEBREW_TAP_TOKEN }} | |
update_readme_table: true |