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 72ed94d commit 8e1292b
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 @@ -22,6 +22,8 @@ jobs:
# Fetch the latest tags
git fetch --tags
git describe --tags --abbrev=0
# Get the latest tag version
latest_tag=$(git describe --tags --abbrev=0)
Expand Down

0 comments on commit 8e1292b

Please sign in to comment.