chore(deps): update goreleaser/goreleaser-action action to v6
Some checks failed
Go build / build (push) Has been cancelled
Some checks failed
Go build / build (push) Has been cancelled
This commit is contained in:
parent
3e3e5a4f71
commit
721d7fb56d
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ jobs:
|
||||||
gotestsum --junitfile out/results.xml --format pkgname-and-test-fails -- -race -shuffle=on ./...
|
gotestsum --junitfile out/results.xml --format pkgname-and-test-fails -- -race -shuffle=on ./...
|
||||||
|
|
||||||
- name: Snapshot release
|
- name: Snapshot release
|
||||||
uses: goreleaser/goreleaser-action@v5
|
uses: goreleaser/goreleaser-action@v6
|
||||||
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||||
with:
|
with:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
password: ${{ secrets.RELEASE_TOKEN }}
|
password: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: goreleaser/goreleaser-action@v5
|
uses: goreleaser/goreleaser-action@v6
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||||
with:
|
with:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
|
|
Loading…
Reference in a new issue