chore(deps): update goreleaser/goreleaser-action action to v6 (#407)
* chore(deps): update goreleaser/goreleaser-action action to v6 * Update deprecated field in .goreleaser.yaml * Update goreleaser configuration version --------- Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Co-authored-by: João Palet <joao.palet@freiheit.com>
This commit is contained in:
parent
be3e660ac3
commit
8bcaab1401
2 changed files with 4 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
with:
|
||||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
args: release --clean
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
# Visit https://goreleaser.com for documentation on how to customize this
|
||||
# behavior.
|
||||
version: 2
|
||||
|
||||
builds:
|
||||
- env:
|
||||
# goreleaser does not work with CGO, it could also complicate
|
||||
|
|
@ -56,4 +58,4 @@ release:
|
|||
# If you want to manually examine the release before its live, uncomment this line:
|
||||
# draft: true
|
||||
changelog:
|
||||
skip: true
|
||||
disable: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue