diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33e6b8f79..cd607d557 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: id: tag run: echo "tag_name=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT" - - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0 + - uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 id: run-goreleaser with: version: latest diff --git a/.goreleaser.yml b/.goreleaser.yml index f78000cf9..5f55cc4f3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,5 @@ -# Make sure to check the documentation at http://goreleaser.com +version: 2 + before: hooks: - go mod tidy @@ -65,7 +66,7 @@ checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ .Tag }}-next" + version_template: "{{ .Tag }}-next" changelog: sort: asc