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 e292351 commit e674931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git fetch --tags
# Get the latest tag version
latest_tag=$(git describe --tags --abbrev=0 --always)
latest_tag=$(git describe --tags --always $(git rev-list --tags --max-count=1))
echo $latest_tag
Expand Down

0 comments on commit e674931

Please sign in to comment.