chore(deps): update goreleaser/goreleaser-action action to v6 #105
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 ./...
|
||||
|
||||
- name: Snapshot release
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
with:
|
||||
distribution: goreleaser
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
password: ${{ secrets.RELEASE_TOKEN }}
|
||||
|
||||
- name: Release
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
with:
|
||||
distribution: goreleaser
|
||||
|
|
Loading…
Reference in a new issue