Skip to content

Commit d84000a

Browse files
committed
bump goreleaser to v2
1 parent eccd388 commit d84000a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
go-version-file: 'go.mod'
3131
check-latest: true
3232
cache: true
33-
- uses: goreleaser/goreleaser-action@v5
33+
- uses: goreleaser/goreleaser-action@v6
3434
with:
35+
distribution: goreleaser
36+
version: "~> v2"
3537
args: release --clean
3638
env:
3739
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
33
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
44

5-
version: 1
5+
version: 2
66

77
project_name: mrpack-install
88

0 commit comments

Comments
 (0)