Skip to content

Commit 337f81b

Browse files
authored
Update bump-version.yml
1 parent f7b4122 commit 337f81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Calculate changes from the latest tag to HEAD
1616
id: changes
1717
run: |
18-
LATEST_TAG=$(git describe --abbrev=0)
18+
LATEST_TAG=$(git describe --abbrev=0 --tags)
1919
echo "latest-tag = $LATEST_TAG"
2020
COUNT=$(git log $LATEST_TAG..HEAD --pretty=format:"%s" --no-merges \
2121
--grep='^build:' \

0 commit comments

Comments
 (0)