Skip to content

Commit c6721e8

Browse files
committed
Specify Goreleaser version
1 parent 7f4901a commit c6721e8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
# either 'goreleaser' (default) or 'goreleaser-pro'
3030
distribution: goreleaser
31-
version: latest
31+
version: "~> v2"
3232
args: release --clean
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Build customization
2+
version: 2
23
builds:
34
- id: main
45
goos:
@@ -30,7 +31,7 @@ brews:
3031
description: Wireguard peer manager
3132
homepage: https://github.com/utilitywarehouse/wiresteward
3233
license: MIT
33-
folder: Formula
34-
tap:
34+
directory: Formula
35+
repository:
3536
owner: utilitywarehouse
3637
name: homebrew-tap

0 commit comments

Comments
 (0)