Skip to content

Commit

Permalink
Add goreleaser homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmik committed Aug 30, 2023
1 parent d972a54 commit ba8d659
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches: [main]

permissions:
contents: write

jobs:
build:
name: Build
Expand Down
9 changes: 9 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ changelog:
exclude:
- "^docs:"
- "^test:"
brews:
- name: lensed
homepage: "https://github.com/kubecfg/lensed"
tap:
owner: kubecfg
name: homebrew-lensed
commit_author:
name: Marko Mikulicic
email: [email protected]

0 comments on commit ba8d659

Please sign in to comment.