diff --git a/.github/goreleaser-cross-compiler-test.yml b/.github/goreleaser-cross-compiler-test.yml index 1f92f5e83..f659200a0 100644 --- a/.github/goreleaser-cross-compiler-test.yml +++ b/.github/goreleaser-cross-compiler-test.yml @@ -1,6 +1,7 @@ # Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 +version: 2 archives: - files: # Ensure only built binary is archived @@ -27,4 +28,4 @@ builds: - -s -w -X version.ProviderVersion={{.Version}} mod_timestamp: '{{ .CommitTimestamp }}' snapshot: - name_template: "{{ .Tag }}-next" + version_template: "{{ .Tag }}-next" diff --git a/.goreleaser.yml b/.goreleaser.yml index 9176c5b11..b7fe90da6 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -81,4 +81,4 @@ signs: id: key-id signature: ${artifact}.72D7468F.sig snapshot: - name_template: "{{ .Tag }}-next" + version_template: "{{ .Tag }}-next"