Skip to content

Call sso login if we get an error (#445) #47

Call sso login if we get an error (#445)

Call sso login if we get an error (#445) #47

Workflow file for this run

name: Release on Tag
on:
push:
tags:
- "v*"
jobs:
release:
name: Tag
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23
- uses: actions/checkout@v4
with:
fetch-depth: 0 # goreleaser needs the whole history to build the release notes
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CGO_ENABLED: 0