ci: attempt to fix goreleaser (backport #21194) (#21196)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot] 2024-08-07 10:35:19 +02:00 committed by GitHub
parent 16d3025d81
commit 8bfcf55427
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Create release
uses: goreleaser/goreleaser-action@v3
with:
args: release --rm-dist --release-notes ./RELEASE_NOTES.md
args: release --clean --release-notes ./RELEASE_NOTES.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -24,4 +24,4 @@ snapshot:
name_template: SNAPSHOT-{{ .Commit }}
changelog:
skip: false
disable: false