From 9b5b303f227c6eb94695a1ef35d4403634e8fcab Mon Sep 17 00:00:00 2001 From: Adnan Gulegulzar Date: Wed, 22 May 2024 19:22:05 -0400 Subject: [PATCH] updated workflow --- .github/workflows/goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index f80abe0..7af7a45 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -5,8 +5,8 @@ on: push: # run only against tags tags: - - "v[0-9]+.[0-9]+.[0-9]+" - - "v[0-9]+.[0-9]+.[0-9]+-rc" + - "[0-9]+.[0-9]+.[0-9]+" + - "[0-9]+.[0-9]+.[0-9]+-rc" permissions: contents: write