Skip to content

Commit f0e45e4

Browse files
committed
fetch origin and tags
1 parent 200fd43 commit f0e45e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
fi
2626
2727
git fetch origin
28+
git fetch --tags
2829
CURRENT_VERSION=$(git describe --tags --abbrev=0)
2930
3031
IFS='.' read -r MAJOR MINOR PATCH <<< "$CURRENT_VERSION"

0 commit comments

Comments
 (0)