Skip to content

Update to use warrant-go v6 (#47) #16

Update to use warrant-go v6 (#47)

Update to use warrant-go v6 (#47) #16

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