From 83264a7f1abeddbfebd9e689787466674f7f474d Mon Sep 17 00:00:00 2001 From: Srinandan Sridhar <13950006+srinandan@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:07:34 -0800 Subject: [PATCH] fixes semver for binary release (#368) --- .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: