From aad2853d12173e19c1d14971b8c8b2301a4da795 Mon Sep 17 00:00:00 2001 From: Pratikkumar Mohite Date: Wed, 27 Dec 2023 11:37:08 +0530 Subject: [PATCH] minor change --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5a653e6..a23f388 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,6 +25,8 @@ jobs: # Get the latest tag version latest_tag=$(git describe --tags --abbrev=0 --always) + echo $latest_tag + # Parse the version components (assuming semantic versioning) IFS='.' read -r major minor patch <<< "$latest_tag"