Skip to content

Commit

Permalink
ci: update goreleaser config
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jun 5, 2024
1 parent f46a519 commit 912091c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json

version: 2
env:
- GO111MODULE=on

Expand Down Expand Up @@ -99,7 +99,7 @@ brews:
- repository:
owner: goreleaser
name: homebrew-tap
folder: Formula
directory: Formula
homepage: https://nfpm.goreleaser.com
description: nFPM is a simple, 0-dependencies, deb, rpm and apk packager.
license: MIT
Expand All @@ -117,7 +117,7 @@ scoops:
owner: goreleaser
name: scoop-bucket
homepage: https://nfpm.goreleaser.com
folder: bucket
directory: bucket
description: nFPM is a simple, 0-dependencies, deb, rpm and apk packager.
license: MIT

Expand Down

0 comments on commit 912091c

Please sign in to comment.