Skip to content

Commit

Permalink
Update goreleaser config for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszo committed Jun 6, 2024
1 parent ff3ac0a commit 18c1fa5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
builds:
- id: default
main: ./cmd/koyeb
Expand Down Expand Up @@ -62,11 +63,11 @@ snapshot:
name_template: "{{.Branch}}-{{.ShortCommit}}"

brews:
- tap:
- repository:
owner: koyeb
name: homebrew-tap
name: koyeb
folder: Formula
directory: Formula
homepage: https://koyeb.com
skip_upload: auto
test: |
Expand Down

0 comments on commit 18c1fa5

Please sign in to comment.