Skip to content

Commit

Permalink
fix(homebrew): cough cough cough (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
notnmeyer authored Dec 31, 2024
1 parent 900de15 commit 4d02abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ archives:
files:
- LICENSE
- README.md
- completions/**/*
- completions/*

checksum:
name_template: checksums.txt
Expand Down Expand Up @@ -87,6 +87,6 @@ brews:
name: homebrew-tsk
token: "{{ .Env.HOMEBREW_TAP_REPO_GITHUB_TOKEN }}"
skip_upload: auto
install:
install: |-
bin.install "tsk"
fish_completion.install "completions/tsk.fish"

0 comments on commit 4d02abf

Please sign in to comment.