ci: attempt to fix goreleaser (#21194)

This commit is contained in:
Julien Robert 2024-08-07 10:26:51 +02:00 committed by GitHub
parent a0fdab27b2
commit 641f964651
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