We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4901a commit c6721e8Copy full SHA for c6721e8
.github/workflows/goreleaser.yaml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
# either 'goreleaser' (default) or 'goreleaser-pro'
30
distribution: goreleaser
31
- version: latest
+ version: "~> v2"
32
args: release --clean
33
env:
34
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
.goreleaser.yml
@@ -1,4 +1,5 @@
1
# Build customization
2
+version: 2
3
builds:
4
- id: main
5
goos:
@@ -30,7 +31,7 @@ brews:
description: Wireguard peer manager
homepage: https://github.com/utilitywarehouse/wiresteward
license: MIT
- folder: Formula
- tap:
+ directory: Formula
35
+ repository:
36
owner: utilitywarehouse
37
name: homebrew-tap
0 commit comments