From a45a3353c203d5a3e0bc66c3342ba47bfbcc55e4 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Tue, 29 Apr 2025 00:06:21 +0530 Subject: [PATCH] (ci/cd): initial pipeline test --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6adf6f..4fed0f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ on: push: tags: - - 'v*.*.*' # Matches version tags like v1.0.0 etc. + - 'v*.*.*' name: 🚀 Release on GitHub jobs: