diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9774f75b1..911d5a2c1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -94,7 +94,7 @@ jobs: run: curl -sfL https://git.io/goreleaser | VERSION=v2.3.2 sh -s -- check - name: goreleaser snapshot - run: curl -sL https://git.io/goreleaser | VERSION=v2.3.2 sh -s -- --snapshot --skip-publish --clean + run: curl -sL https://git.io/goreleaser | VERSION=v2.3.2 sh -s -- --snapshot --clean - name: Test S2 GOAMD64 v3 env: diff --git a/.goreleaser.yml b/.goreleaser.yml index fedb26004..4528059ca 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -99,7 +99,7 @@ archives: checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ .Tag }}-next" + version_template: "{{ .Tag }}-next" changelog: sort: asc filters: