We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a03a7 commit 2f163cdCopy full SHA for 2f163cd
1 file changed
.goreleaser.yaml
@@ -1,5 +1,5 @@
1
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2
-version: 1
+version: 2
3
4
env_files:
5
github_token: ~/Documents/Keys/goreleaser.token
@@ -45,7 +45,8 @@ brews:
45
owner: captainhook-go
46
name: homebrew-captainhook
47
branch: main
48
- folder: Formula
+
49
+ directory: Formula
50
url_template: "https://github.com/captainhook-go/captainhook/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
51
commit_author:
52
name: "Sebastian Feldmann"
0 commit comments