Skip to content

Commit c06937b

Browse files
Changed goreleaser configuration
1 parent 93a4dc4 commit c06937b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
name: Run GoReleaser
4444
uses: goreleaser/goreleaser-action@v6
4545
with:
46-
version: latest
46+
distribution: goreleaser
47+
version: "~> v2"
4748
args: release --clean
4849
env:
4950
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
34
before:
45
hooks:
56
# this is just an example and not a requirement for provider building/publishing

0 commit comments

Comments
 (0)