Skip to content

Commit

Permalink
Merge pull request #20 from kanmu/fix_for_goreleaser
Browse files Browse the repository at this point in the history
Fix goreleaser config: Use kanmu repo
  • Loading branch information
winebarrel authored Jun 18, 2023
2 parents cec72b7 + 244c251 commit 28e938d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ">=1.20.5"
- id: gh-app-auth
uses: summerwind/gh-app-auth@main
with:
app-id: 244816
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
account: kanmu
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
Expand Down
20 changes: 10 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ builds:
- CGO_ENABLED=0
checksum:
name_template: "checksums.txt"
# brews:
# - tap:
# owner: winebarrel
# name: homebrew-jhol
# homepage: https://github.com/kanmu/jhol
# description: CLI to display and check Japanese holidays.
# license: MIT
# install: |
# bin.install 'jhol'
brews:
- tap:
owner: kanmu
name: homebrew-tools
homepage: https://github.com/kanmu/jhol
description: CLI to display and check Japanese holidays.
license: MIT
install: |
bin.install 'jhol'
nfpms:
- file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}"
homepage: https://github.com/kanmu/jhol
maintainer: Genki Sugawara <sugawara@winebarrel.jp>
maintainer: Genki Sugawara <genki.sugawara@kanmu.co.jp>
description: CLI to display and check Japanese holidays.
license: MIT
formats:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,11 @@ curl -s -H "X-goog-api-key: $GOOGLE_API_KEY" \

# CLI

<!--
## Installation

```
brew install winebarrel/jhol/jhol
brew install kanmu/tools/jhol
```
-->

## Usage

Expand Down

0 comments on commit 28e938d

Please sign in to comment.