Skip to content

refactor: streamline command descriptions, enhance output handling, a… #6

refactor: streamline command descriptions, enhance output handling, a…

refactor: streamline command descriptions, enhance output handling, a… #6

Workflow file for this run

name: GoReleaser
on:
push:
tags:
- "*"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.23.2
- name: Run GoReleaser
- name: Clean dist directory
run: rm -rf dist
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.8.1
with:
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}