Skip to content

fix: bad exit 1 syntax on success #24

fix: bad exit 1 syntax on success

fix: bad exit 1 syntax on success #24

Workflow file for this run

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: [email protected]
homebrew_owner: Justintime50
homebrew_tap: homebrew-formulas
install: bin.install "src/srvinfra.sh" => "srvinfra"
github_token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
update_readme_table: true