Skip to content

Commit

Permalink
release tap
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryooooooga committed Mar 17, 2022
1 parent 7bb0af5 commit 9cd4eda
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
29 changes: 29 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
builds:
- goos:
- windows
- darwin
- linux
goarch:
- amd64
- arm64
- 386

archives:
- replacements:
darwin: darwin
linux: linux
windows: windows
386: i386
amd64: amd64
format_overrides:
- goos: windows
format: zip

brews:
- description: Create a new file from a template.
tap:
owner: Ryooooooga
name: homebrew-tap
folder: Formula
homepage: https://github.com/Ryooooooga/zouch
install: bin.install "zouch"

0 comments on commit 9cd4eda

Please sign in to comment.