Skip to content

refactor: update connection retrieval methods in common TCP and commo… #121

refactor: update connection retrieval methods in common TCP and commo…

refactor: update connection retrieval methods in common TCP and commo… #121

Workflow file for this run

name: Release
on:
push:
tags: [ 'v*.*.*' ]
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Go
uses: actions/[email protected]
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: 'latest'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}