Skip to content

git-checkout: fix deadlock on error, add context cancellation and ret… #46

git-checkout: fix deadlock on error, add context cancellation and ret…

git-checkout: fix deadlock on error, add context cancellation and ret… #46

Workflow file for this run

name: release
on:
push:
tags: ["v*"]
workflow_dispatch:
jobs:
goreleaser:
runs-on: namespace-profile-foundation-releaser
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.24.x
cache: false
- uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}