Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
forgot to swap tap to repository and add versioning for yaml.
  • Loading branch information
erungis authored Oct 31, 2024
1 parent 0c576ee commit 440b890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
project_name: draupnir

builds:
Expand All @@ -10,7 +11,7 @@ builds:
ldflags: -s -w -X github.com/gocardless/draupnir/pkg/version.Version={{.Version}} -X main.commit={{.Commit}}

brews:
- tap:
- repository:
owner: gocardless
name: homebrew-taps
commit_author:
Expand Down

0 comments on commit 440b890

Please sign in to comment.