chore(deps): update goreleaser/goreleaser-action action to v6
Some checks failed
Go build / build (push) Has been cancelled

This commit is contained in:
Forgejo Actions 2024-06-09 03:34:15 +00:00
parent 3e3e5a4f71
commit 721d7fb56d

View file

@ -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