Skip to content

refactor: remove hybridStart and improve error handling in start method #120

refactor: remove hybridStart and improve error handling in start method

refactor: remove hybridStart and improve error handling in start method #120

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