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 f303637 commit 74c38eeCopy full SHA for 74c38ee
.github/workflows/release.yml
@@ -13,10 +13,11 @@ jobs:
13
uses: actions/checkout@v1
14
15
- name: Run GoReleaser
16
- uses: docker://goreleaser/goreleaser:v0.118
+ uses: docker://goreleaser/goreleaser:v1.10.3
17
env:
18
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
19
with:
20
+ go-version: '~1.18'
21
args: release
22
if: success()
23
.goreleaser.yml
@@ -42,7 +42,7 @@ nfpms:
42
- rpm
43
44
brews:
45
- - github:
+ - tap:
46
owner: prometheusresearch
47
name: homebrew-public
48
commit_author:
0 commit comments