Skip to content

Commit 87755fc

Browse files
authored
chore: set GoReleaser version to 2 in config (#348)
1 parent 249863d commit 87755fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Run GoReleaser
9393
uses: goreleaser/[email protected]
9494
with:
95-
version: latest
95+
version: '~> v2'
9696
args: release --clean
9797
env:
9898
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

Diff for: .goreleaser.yml

+1
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)