diff --git a/.forgejo/workflows/go.yaml b/.forgejo/workflows/go.yaml index 69fadf8..16ac938 100644 --- a/.forgejo/workflows/go.yaml +++ b/.forgejo/workflows/go.yaml @@ -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