Skip to content

Add golangci + more detailed output to assign, object and remove cmds… #15

Add golangci + more detailed output to assign, object and remove cmds…

Add golangci + more detailed output to assign, object and remove cmds… #15

Workflow file for this run

name: Warrant CLI
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Setup Go Env
uses: actions/setup-go@v3
with:
go-version: "^1.21.0"
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Release with GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_CLI }}