Skip to content

Commit

Permalink
Merge pull request #14 from bbkane/git-xargs/2024-04-27-brew-folder
Browse files Browse the repository at this point in the history
update goreleaser to use brew directory instead of brew folder
  • Loading branch information
bbkane authored Apr 28, 2024
2 parents 67b4ec2 + 8b872bc commit d4c707d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ jobs:
# requires go.sum file (i.e., external libraries)
cache: true
go-version-file: go.mod
- name: Write Release Notes
# https://github.com/bbkane/{repo-name}/blob/master/CHANGELOG.md
run: echo 'See [CHANGELOG.md](${{ github.server_url }}/${{ github.repository }}/blob/master/CHANGELOG.md) for changes.' > tmp_release_notes.md
# https://github.com/marketplace/actions/goreleaser-action
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KEY_GITHUB_GORELEASER_TO_HOMEBREW_TAP: ${{ secrets.KEY_GITHUB_GORELEASER_TO_HOMEBREW_TAP }}
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
args: release --rm-dist
args: release --clean --release-notes tmp_release_notes.md
version: latest
name: Release
on: # yamllint disable-line rule:truthy
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ brews:
warning. I'm not willing to pay that to give away free apps.
See https://www.macworld.com/article/3140183/how-to-install-an-app-in-macos-sierra-thats-not-signed-by-a-developer.html to work around that
description: Save GitHub Starred Repo Information
folder: Formula
directory: Formula
homepage: https://github.com/bbkane/starghaze
repository:
name: homebrew-tap
Expand Down

0 comments on commit d4c707d

Please sign in to comment.