From ae739ba1559c6111224e711d4dd8a8c233e1059b Mon Sep 17 00:00:00 2001 From: Akhil Highflame Date: Fri, 7 Aug 2026 09:31:24 +0530 Subject: [PATCH] devops: Patching the release pipeline --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75acbc4..dea7624 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,7 @@ on: env: REGEX_PATTERN: "^v[0-9]+\\.[0-9]+\\.[0-9]+$" + RELEASE_TAG: ${{ github.event.release.tag_name }} jobs: highflame-validate: