Skip to content

Commit

Permalink
Merge pull request #13 from bbkane/git-xargs/update-goreleaser
Browse files Browse the repository at this point in the history
Update goreleasor YAML keys
  • Loading branch information
bbkane authored Mar 2, 2024
2 parents 6e9c213 + d7ade71 commit 67b4ec2
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brews:
description: Save GitHub Starred Repo Information
folder: Formula
homepage: https://github.com/bbkane/starghaze
tap:
repository:
name: homebrew-tap
owner: bbkane
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
Expand All @@ -41,12 +41,11 @@ changelog:
sort: asc
checksum:
name_template: checksums.txt
# https://goreleaser.com/customization/scoop/
scoop:
bucket:
name: scoop-bucket
owner: bbkane
token: '{{ .Env.KEY_GITHUB_GORELEASER_TO_HOMEBREW_TAP }}'
description: Save information about your GitHub starred repos into Google Sheets, Zinc, and SQLite!
homepage: https://github.com/bbkane/starghaze
license: MIT
scoops:
- description: Save information about your GitHub starred repos into Google Sheets, Zinc, and SQLite!
homepage: https://github.com/bbkane/starghaze
license: MIT
repository:
name: scoop-bucket
owner: bbkane
token: '{{ .Env.KEY_GITHUB_GORELEASER_TO_HOMEBREW_TAP }}'

0 comments on commit 67b4ec2

Please sign in to comment.