We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200fd43 commit f0e45e4Copy full SHA for f0e45e4
.github/workflows/run-release.yml
@@ -25,6 +25,7 @@ jobs:
25
fi
26
27
git fetch origin
28
+ git fetch --tags
29
CURRENT_VERSION=$(git describe --tags --abbrev=0)
30
31
IFS='.' read -r MAJOR MINOR PATCH <<< "$CURRENT_VERSION"
0 commit comments