From 7897188fdd6f97dc3ad312c1c0abe22bb354ca74 Mon Sep 17 00:00:00 2001 From: Srinandan Sridhar <13950006+srinandan@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:05:16 -0800 Subject: [PATCH] fixes semver for binary release --- .github/workflows/gorelease-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gorelease-action.yml b/.github/workflows/gorelease-action.yml index 52e5e7200..3d9ed5517 100644 --- a/.github/workflows/gorelease-action.yml +++ b/.github/workflows/gorelease-action.yml @@ -18,8 +18,8 @@ on: push: # Publish semver tags as releases. tags: - - v[0-1].[0-9]+.[0-9].[0-9] - - v[0-1].[0-9]+.[0-9].[0-9]+-beta + - v[0-1].[0-9]+.[0-9] + - v[0-1].[0-9]+.[0-9]+-beta workflow_dispatch: jobs: