Skip to content

Commit

Permalink
Merge pull request #75 from arrow2nd/fix-wotkflow
Browse files Browse the repository at this point in the history
🔧 非推奨の項目を更新
  • Loading branch information
arrow2nd authored Mar 3, 2024
2 parents 32082fd + 3a43ca7 commit f29f5e1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ archives:
brews:
- name: anct
tap:
repository:
owner: arrow2nd
name: homebrew-tap
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}"
Expand All @@ -42,15 +42,15 @@ brews:
install: |
bin.install "anct"
scoop:
bucket:
owner: arrow2nd
name: scoop-bucket
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}"
url_template: "https://github.com/arrow2nd/anct/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
homepage: "https://arrow2nd.com/works/anct"
description: "📺 Unofficial CLI Client of Annict"
license: "MIT"
scoops:
- name: scoop-bucket
repository:
owner: arrow2nd
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}"
url_template: "https://github.com/arrow2nd/anct/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
homepage: "https://arrow2nd.com/works/anct"
description: "📺 Unofficial CLI Client of Annict"
license: "MIT"

checksum:
name_template: "checksums.txt"
Expand Down

0 comments on commit f29f5e1

Please sign in to comment.