From a85881f4550da44947c8e0464400ae325b541a93 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Mon, 5 Aug 2024 13:28:04 +0200 Subject: [PATCH] Try and get release workflow to trigger --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a6f992ee..b0bd0d5f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,7 +2,8 @@ name: Release on: push: - tags: ['v*'] + tags: + - v* defaults: run: