Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikkumar-mohite committed Dec 27, 2023
1 parent 299a7d2 commit aad2853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aad2853

Please sign in to comment.