Skip to content

connection: use a much larger buffer to hopefully avoid fragmentation #279

connection: use a much larger buffer to hopefully avoid fragmentation

connection: use a much larger buffer to hopefully avoid fragmentation #279

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
concurrency:
group: '${{ github.workflow }} @ ${{ github.ref }}'
cancel-in-progress: false
jobs:
release:
name: Release
permissions:
contents: write
packages: write
uses: USA-RedDragon/reusable-actions/.github/workflows/goreleaser.yaml@v1.3.1
secrets:
token: ${{ secrets.GITHUB_TOKEN }}