diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30629d5..062e72b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8c0985e..c8853ec 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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.