From 96a646356c1004e01472644c59d1357e27e8bea5 Mon Sep 17 00:00:00 2001 From: Kaiwalya Joshi Date: Mon, 4 Mar 2024 22:55:23 +0000 Subject: [PATCH] fix: Regex should account for tag version string correctly. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b2847f844..0ebd8e7ba 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,7 +2,7 @@ name: Release on: push: tags: - - v*-d2iq.* + - v.*-d2iq.* # Because variables are not exported, they are not visible by child processes, e.g. make env: