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 eccd388 commit d84000aCopy full SHA for d84000a
.github/workflows/ci.yaml
@@ -30,8 +30,10 @@ jobs:
30
go-version-file: 'go.mod'
31
check-latest: true
32
cache: true
33
- - uses: goreleaser/goreleaser-action@v5
+ - uses: goreleaser/goreleaser-action@v6
34
with:
35
+ distribution: goreleaser
36
+ version: "~> v2"
37
args: release --clean
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.goreleaser.yaml
@@ -2,7 +2,7 @@
2
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
3
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
4
5
-version: 1
+version: 2
6
7
project_name: mrpack-install
8
0 commit comments