chore(deps): update goreleaser/goreleaser-action action to v6
This commit is contained in:
parent
b934212078
commit
c0b10176db
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: apt-get update && apt-get install -y scdoc
|
||||
|
||||
- name: Release with GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
|
|
2
.github/workflows/ghrelease.yaml
vendored
2
.github/workflows/ghrelease.yaml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
run: mkdir -p $HOME/.cache/snapcraft/download && mkdir -p $HOME/.cache/snapcraft/stage-packages
|
||||
|
||||
- name: Release with GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
|
|
Loading…
Reference in a new issue