Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 非推奨の項目を更新 #75

Merged
merged 1 commit into from
Mar 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading