Skip to content

Commit

Permalink
Merge pull request #21 from nicarl/feat/release-to-homebrew-tap
Browse files Browse the repository at this point in the history
feat: Fix release.yml
  • Loading branch information
nicarl committed Nov 25, 2022
2 parents 9b6600d + 92b2458 commit d32917c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
homebrew_owner: nicarl
homebrew_tap: homebrew-somafm
formula_folder: formula
formula_folder: Formula
github_token: ${{ secrets.HOMEBREW_PUBLISH_TOKEN }}
commit_owner: nicarl
commit_email: [email protected]
Expand All @@ -61,9 +61,9 @@ jobs:
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
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.
Expand Down

0 comments on commit d32917c

Please sign in to comment.