From aa784ae2454998ef5abc17695ec2cfba513c55a1 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 25 May 2026 21:45:45 -0500 Subject: allow releases to be retriggered on failure This just gives us a manual rerun option. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 976467c..c4a57d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ name: "Release" on: push: tags: [ "v*" ] + workflow_dispatch: concurrency: group: "${{ github.workflow }}-${{ github.ref }}" -- cgit v1.2.3-55-g6feb