diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5227ed9..28b8070 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,9 @@ on: tags: - v* -permissions: write-all # Necessary for the generate-build-provenance action with containers +permissions: + packages: write + contents: read jobs: diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4ce72ea..ed4d7dc 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -46,7 +46,7 @@ dockers: checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ incpatch .Version }}-next" + version_template: "{{ incpatch .Version }}-next" changelog: sort: asc filters: