Skip to content

Commit

Permalink
Specify Goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel committed Jan 9, 2025
1 parent 7f4901a commit c6721e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Build customization
version: 2
builds:
- id: main
goos:
Expand Down Expand Up @@ -30,7 +31,7 @@ brews:
description: Wireguard peer manager
homepage: https://github.com/utilitywarehouse/wiresteward
license: MIT
folder: Formula
tap:
directory: Formula
repository:
owner: utilitywarehouse
name: homebrew-tap

0 comments on commit c6721e8

Please sign in to comment.