Skip to content

Commit

Permalink
Homebrew tap generation (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowe authored Jan 3, 2023
1 parent 6aa6d74 commit 84daf3f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version-file: 'go.mod'
cache: true
- name: Test
run: make test
- name: Run GoReleaser
Expand All @@ -29,6 +30,6 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,25 @@ builds:
goarch: '386'
- goos: freebsd
goarch: arm64

release:
github:
owner: uw-labs
name: strongbox

archives:
- builds:
- main
format: binary
files:
- none*

brews:
- name: strongbox
description: Encryption for git users
homepage: https://github.com/uw-labs/strongbox
license: LGPL-3.0
folder: Formula
tap:
owner: uw-labs
name: homebrew-tap

0 comments on commit 84daf3f

Please sign in to comment.