Skip to content

Commit

Permalink
ci: add release, add homebrew support
Browse files Browse the repository at this point in the history
  • Loading branch information
Excoriate committed Sep 12, 2022
1 parent 67dc117 commit 32778b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
args: release --rm-dist
workdir: ./app/cli
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
4 changes: 4 additions & 0 deletions app/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ builds:
- windows_amd64
main: ./main.go

release:
prerelease: auto


brews:
- tap:
owner: Excoriate
Expand Down

0 comments on commit 32778b4

Please sign in to comment.