Skip to content

Commit

Permalink
Merge pull request #20 from nicarl/feat/release-to-homebrew-tap
Browse files Browse the repository at this point in the history
feat: Activate release to homebrew tap
  • Loading branch information
nicarl authored Nov 25, 2022
2 parents f7fb9a6 + f39048b commit 9b6600d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,15 @@ jobs:
depends_on: |
"go" => :build
install: 'cd "src/github.com/nicarl/somafm" do system "go", "build", "-o", bin/"somafm", "./cmd/somafm.go" end'
install: |
(buildpath/"src/github.com/nicarl/somafm").install buildpath.children
cd "src/github.com/nicarl/somafm" do
system "go", "build", "-o", bin/"somafm", "./cmd/somafm.go"
end
update_readme_table: true

# Skips committing the generated formula to a homebrew tap (useful for local testing).
# Default is shown - boolean.
skip_commit: true
skip_commit: false

# Logs debugging info to console.
# Default is shown - boolean.
Expand Down

0 comments on commit 9b6600d

Please sign in to comment.