Skip to content

Commit

Permalink
infra: working on homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoiro3 committed Apr 18, 2024
1 parent 10da27b commit c3508aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ changelog:
- "^docs:"
- "^test:"

brews:
- name: {{ .ProjectName }}
homepage: https://github.com/jdoiro3/DaGit
tap:
owner: jdoiro3
name: dagit

release:
# Repo in which the release will be created.
# Default is extracted from the origin remote URL or empty if its private hosted.
Expand Down

0 comments on commit c3508aa

Please sign in to comment.